diff --git a/docker-compose.yml b/docker-compose.yml index 5734525..7e5316f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -57,7 +57,7 @@ services: condition: service_started networks: [clu] healthcheck: - test: ["CMD", "wget", "-qO-", "http://localhost/"] + test: ["CMD", "wget", "-qO-", "http://127.0.0.1/"] interval: 30s timeout: 5s retries: 3