diff --git a/compose.yml b/compose.yml index 2d2496b5..86ee26b7 100644 --- a/compose.yml +++ b/compose.yml @@ -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