fix(docker): update wedding service port mapping

This commit is contained in:
2026-08-12 00:06:23 +02:00
parent bc9792e5fc
commit 6e7b2e0f01
+1 -1
View File
@@ -2,7 +2,7 @@ services:
wedding:
build: .
ports:
- "127.0.0.1:8080:8080"
- "0.0.0.0:9401:8080"
environment:
- CONFIG_PATH=/app/config.yaml
volumes: