From 5d1acac4faae91071459561b82d93ce81a3484ab Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Tue, 11 Nov 2025 10:44:43 +0500 Subject: [PATCH] modified: main_dc/docker-compose.yml change health check to cmd wget --spider --- main_dc/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_dc/docker-compose.yml b/main_dc/docker-compose.yml index 7ef2c3f..51e0902 100644 --- a/main_dc/docker-compose.yml +++ b/main_dc/docker-compose.yml @@ -66,7 +66,7 @@ services: - web-network - internal healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:3000/health"] + test: ["CMD", "wget", "--spider", "http://localhost:3000/health"] interval: 30s timeout: 10s retries: 3