From f8adaee362b736aae3229b32c903c1a76fde712f Mon Sep 17 00:00:00 2001 From: 9qeklajc Date: Thu, 30 Jul 2026 01:14:36 +0200 Subject: [PATCH] revert: restore default compose port --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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