diff --git a/deploy/pjt/compose/api-compose.pjt.yml b/deploy/pjt/compose/api-compose.pjt.yml index d909d86..12305ac 100644 --- a/deploy/pjt/compose/api-compose.pjt.yml +++ b/deploy/pjt/compose/api-compose.pjt.yml @@ -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