diff --git a/docker-compose.macmini.yml b/docker-compose.macmini.yml index eb95a572f..d38e25b91 100644 --- a/docker-compose.macmini.yml +++ b/docker-compose.macmini.yml @@ -2055,7 +2055,7 @@ services: redis: condition: service_healthy healthcheck: - test: ["CMD", "wget", "-q", "--spider", "http://localhost:8020/_health/"] + test: ["CMD", "python3", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:8020/_health/')"] interval: 30s timeout: 10s retries: 3