Switch host port to 31415 (obscure; keep low ports free)
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -8,6 +8,6 @@ services:
|
||||
container_name: llm-benchmark
|
||||
restart: unless-stopped
|
||||
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.
|
||||
# (compose detects Dockerfile/context changes and rebuilds automatically.)
|
||||
|
||||
Reference in New Issue
Block a user