From 454ddeb95a68fba4cae1caf58cd5829ad3f3b8f1 Mon Sep 17 00:00:00 2001 From: shindw Date: Fri, 6 Feb 2026 10:37:04 +0900 Subject: [PATCH] =?UTF-8?q?[api]=20=ED=8F=AC=ED=8A=B8=EB=B3=80=EA=B2=BD=20?= =?UTF-8?q?=ED=97=AC=EC=8A=A4=EC=B2=B4=ED=81=AC=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/pjt/compose/api-compose.pjt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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