fix(docker): update wedding service port mapping
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ services:
|
|||||||
wedding:
|
wedding:
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8080:8080"
|
- "0.0.0.0:9401:8080"
|
||||||
environment:
|
environment:
|
||||||
- CONFIG_PATH=/app/config.yaml
|
- CONFIG_PATH=/app/config.yaml
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user