From 20fe1dce5109540b487d754d1ebf6069f0a0b764 Mon Sep 17 00:00:00 2001 From: wcx Date: Sat, 17 Aug 2024 15:54:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9docker=20compose=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 6faf1d9..11485b3 100644 --- a/compose.yaml +++ b/compose.yaml @@ -11,7 +11,7 @@ services: - "nginx_logs:/var/log/nginx:rw" restart: unless-stopped healthcheck: - test: ["CMD", "curl", "-f", "http://localhost/health"] + test: ["CMD", "curl", "-f", "http://localhost:11451/health"] interval: 5s timeout: 5s retries: 5