diff --git a/docker-compose.yml b/docker-compose.yml index 0bf9927..189418e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -73,7 +73,7 @@ services: postgres: condition: service_healthy healthcheck: - test: ['CMD', 'curl', '-f', 'http://localhost:5678'] + test: ['CMD', 'wget', '--spider', 'http://127.0.0.1:5678'] interval: 30s timeout: 10s retries: 5