fix: Correct tool-payment internal port mapping to 8085
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled

This commit is contained in:
jade
2026-07-23 10:10:45 +09:00
parent 323d227eee
commit 2b4adb45d2

View File

@@ -114,7 +114,7 @@ services:
context: . context: .
dockerfile: dap-tool-payment/Dockerfile dockerfile: dap-tool-payment/Dockerfile
ports: ports:
- "8285:8084" - "8285:8085"
depends_on: depends_on:
- redis - redis
environment: environment: