diff --git a/docker-compose.macmini.yml b/docker-compose.macmini.yml index 08746b5dc..8f248019a 100644 --- a/docker-compose.macmini.yml +++ b/docker-compose.macmini.yml @@ -586,7 +586,7 @@ services: ports: - "3007:3007" healthcheck: - test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://127.0.0.1:3007/api/health"] + test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://127.0.0.1:3007/health"] interval: 30s timeout: 10s retries: 3