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