From 7d2de9272045989d6b7f8334dab5a78c16d8621b Mon Sep 17 00:00:00 2001 From: itfisher Date: Wed, 29 Oct 2025 23:10:47 +0800 Subject: [PATCH] fix health check --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index a4b35310..61ea53e9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,7 +19,7 @@ services: networks: - nofx-network healthcheck: - test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:8080/health"] + test: ["CMD", "curl", "-f", "http://localhost:8080/health"] interval: 30s timeout: 10s retries: 3