revert: restore default compose port

This commit is contained in:
9qeklajc
2026-07-30 01:14:36 +02:00
parent 895ea90bfa
commit f8adaee362
+1 -1
View File
@@ -29,7 +29,7 @@ services:
environment:
- TOR_PROXY_URL=socks5://tor:9050
ports:
- 8011:8000
- 8000:8000
extra_hosts: # Needed to access locally running models
- "host.docker.internal:host-gateway"
restart: unless-stopped