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