From 445db271b331100080f2fa3bda659c4a937577b4 Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Thu, 28 Aug 2025 23:08:04 +0800 Subject: [PATCH] =?UTF-8?q?fix(docker):=20=E5=B0=86=E5=81=A5=E5=BA=B7?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=E7=AB=AF=E7=82=B9=E4=BB=8E=E6=A0=B9=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E4=BF=AE=E6=94=B9=E4=B8=BA/health=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 110e32d5..df76cb3b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -247,7 +247,7 @@ services: ports: - "8080:8080" healthcheck: - test: ["CMD-SHELL", "curl -f http://localhost:8080/ || exit 1"] + test: ["CMD-SHELL", "curl -f http://localhost:8080/health || exit 1"] interval: 20s timeout: 10s retries: 5