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