diff --git a/main_dc/docker-compose.yml b/main_dc/docker-compose.yml index e59d571..7ef2c3f 100644 --- a/main_dc/docker-compose.yml +++ b/main_dc/docker-compose.yml @@ -201,7 +201,7 @@ services: - web-network - app-network healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:3000/api/health"] + test: ["CMD", "wget", "--spider", "http://localhost:3000/api/health"] interval: 30s timeout: 10s retries: 3