chore: comment out port mapping in docker-compose

Match word2sim's pattern — port stays unexposed by default; caller
uncomments only if they want to reach the service from the host.
Keeps it network-internal-friendly when run behind a reverse proxy on
the same compose network.
This commit is contained in:
2026-04-23 11:19:12 +07:00
parent ec8f70e799
commit 503d877a94
+3 -2
View File
@@ -2,8 +2,9 @@ services:
phow2sim:
build: .
container_name: phow2sim
ports:
- "8001:8000"
# uncomment to expose this port on the host
# ports:
# - "8001:8000"
environment:
# URL serving the PhoW2V zip with a plain GET. Any auth goes in
# the URL itself (share token, signed URL, etc.) — the service