diff --git a/docker-compose.yml b/docker-compose.yml index 9584f60..17f99b2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -85,7 +85,7 @@ services: condition: service_healthy # Increased start period to allow migrations to run healthcheck: - test: ["CMD", "wget", "-q", "--spider", "http://localhost:3000/api/health"] + test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:3000/api/health"] interval: 30s timeout: 10s retries: 3