fix: set routstr-core port to 8011 to avoid Portainer conflict on 8000

This commit is contained in:
thefux
2026-07-28 00:08:47 +00:00
parent 48c11eb7bc
commit c75dee147a
+1 -1
View File
@@ -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