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: environment:
- TOR_PROXY_URL=socks5://tor:9050 - TOR_PROXY_URL=socks5://tor:9050
ports: ports:
- 8011:8000 - 8000:8000
extra_hosts: # Needed to access locally running models extra_hosts: # Needed to access locally running models
- "host.docker.internal:host-gateway" - "host.docker.internal:host-gateway"
restart: unless-stopped restart: unless-stopped