From c75dee147ab6378bdf2f3c1e22368d668bcfd951 Mon Sep 17 00:00:00 2001 From: thefux Date: Tue, 28 Jul 2026 00:08:47 +0000 Subject: [PATCH] fix: set routstr-core port to 8011 to avoid Portainer conflict on 8000 --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 86ee26b7..2d2496b5 100644 --- a/compose.yml +++ b/compose.yml @@ -29,7 +29,7 @@ services: environment: - TOR_PROXY_URL=socks5://tor:9050 ports: - - 8000:8000 + - 8011:8000 extra_hosts: # Needed to access locally running models - "host.docker.internal:host-gateway" restart: unless-stopped