diff --git a/docker-compose.macmini.yml b/docker-compose.macmini.yml index f0b2c578d..9b2dc19d3 100644 --- a/docker-compose.macmini.yml +++ b/docker-compose.macmini.yml @@ -226,7 +226,7 @@ services: ports: - "5188:5188" healthcheck: - test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:5188/health"] + test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:5188/"] interval: 30s timeout: 10s retries: 3