diff --git a/docker-compose.yaml b/docker-compose.yaml index 58b9872..d369dd9 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -62,7 +62,7 @@ services: networks: - frontend_net healthcheck: - test: ["CMD", "wget", "--spider", "--quiet", "http://localhost:8080/"] + test: ["CMD", "wget", "--spider", "--quiet", "http://127.0.0.1:8080/"] interval: 15s timeout: 5s retries: 3