Switch host port to 31415 (obscure; keep low ports free)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-07-28 14:13:04 -07:00
co-authored by Claude
parent 7db45049dc
commit 42291f61b8
+1 -1
View File
@@ -8,6 +8,6 @@ services:
container_name: llm-benchmark container_name: llm-benchmark
restart: unless-stopped restart: unless-stopped
ports: ports:
- "0.0.0.0:8081:80" # bind all interfaces:8081 -> container :80 - "0.0.0.0:31415:80" # bind all interfaces:31415 -> container :80 (obscure port; Netbird proxies in front)
# Re-tag the image so `docker compose up` after a code change rebuilds it. # Re-tag the image so `docker compose up` after a code change rebuilds it.
# (compose detects Dockerfile/context changes and rebuilds automatically.) # (compose detects Dockerfile/context changes and rebuilds automatically.)