[api] 포트변경

헬스체크 변경
This commit is contained in:
2026-02-06 10:37:04 +09:00
parent 5b905bb520
commit 454ddeb95a
+1 -1
View File
@@ -23,7 +23,7 @@ services:
-Duser.timezone=Asia/Seoul
healthcheck:
test: ["CMD-SHELL", "curl -fsS http://localhost:8080/actuator/health || exit 1"]
test: ["CMD-SHELL", "curl -fsS http://localhost:8106/actuator/health || exit 1"]
interval: 10s
timeout: 3s
retries: 10