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