diff --git a/docker-compose.macmini.yml b/docker-compose.macmini.yml index a6a179e0e..d0be579ed 100644 --- a/docker-compose.macmini.yml +++ b/docker-compose.macmini.yml @@ -101,7 +101,7 @@ services: ports: - "4400:80" healthcheck: - test: ["CMD", "wget", "-q", "--spider", "http://localhost/health"] + test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1/health"] interval: 30s timeout: 5s retries: 3