diff --git a/docker-compose.yml b/docker-compose.yml index 85fb2f3..44026a3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: migrate: condition: service_completed_successfully healthcheck: - test: ["CMD", "wget", "--spider", "--quiet", "http://localhost:3000/api/health"] + test: ["CMD", "wget", "--spider", "--quiet", "http://127.0.0.1:3000/api/health"] interval: 30s timeout: 10s retries: 3