From 3ba3e53c144f6e0c1540fba6baf4a09830d19ff5 Mon Sep 17 00:00:00 2001 From: axzsd Date: Tue, 23 May 2023 14:00:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=84=E5=BB=BA=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- builds/docker-compose-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/docker-compose-prod.yml b/builds/docker-compose-prod.yml index 65a39f497..1a7a73eb6 100644 --- a/builds/docker-compose-prod.yml +++ b/builds/docker-compose-prod.yml @@ -22,7 +22,7 @@ services: limits: memory: 4096MB 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