From d463a122dcac05f663c4b104cb94b33088dd7c42 Mon Sep 17 00:00:00 2001 From: perry <292303709@qq.com> Date: Thu, 18 May 2023 15:07:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- builds/docker-compose-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/docker-compose-test.yml b/builds/docker-compose-test.yml index 72f5cee3a..bbc9e9322 100644 --- a/builds/docker-compose-test.yml +++ b/builds/docker-compose-test.yml @@ -22,7 +22,7 @@ services: limits: memory: 800MB healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:48080/admin-api/actuator/health"] + test: ["CMD", "curl", "-f", "http://localhost:48080/actuator/health"] timeout: 30s interval: 45s retries: 3 \ No newline at end of file