diff --git a/docker-compose.yml b/docker-compose.yml index 6db9b4e..fd0a3cf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -99,7 +99,7 @@ services: networks: - chrysopedia healthcheck: - test: ["CMD-SHELL", "curl -sf http://localhost:9621/health || exit 1"] + test: ["CMD-SHELL", "python -c \"import urllib.request; urllib.request.urlopen('http://127.0.0.1:9621/health')\" || exit 1"] interval: 15s timeout: 5s retries: 5