From 7c2effce373ba24e36a70921206406ed8c8e6481 Mon Sep 17 00:00:00 2001 From: lzh Date: Thu, 30 Apr 2026 09:08:55 +0800 Subject: [PATCH] =?UTF-8?q?fix(zlm):=20=E4=BF=AE=E5=A4=8D=20release=20?= =?UTF-8?q?=E5=81=A5=E5=BA=B7=E6=A3=80=E6=9F=A5=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.release.yml b/docker-compose.release.yml index fcc1d4d6..2c35d92f 100644 --- a/docker-compose.release.yml +++ b/docker-compose.release.yml @@ -255,7 +255,7 @@ services: memory: 512m cpus: '0.5' healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:7080/index/api/api_summary"] + test: ["CMD", "curl", "-f", "http://localhost:7080/index/api/getServerConfig?secret=u3UapOhmZa9er7S37Hc2k695NlZOBYdB"] interval: 30s timeout: 10s retries: 3