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