diff --git a/Code/docker-compose.yaml b/Code/docker-compose.yaml index 277f85c..ab5f1d4 100644 --- a/Code/docker-compose.yaml +++ b/Code/docker-compose.yaml @@ -70,7 +70,7 @@ services: ports: - "8000:8000" healthcheck: - test: ["CMD", "curl", "-sf", "http://localhost:8000/health"] + test: ["CMD", "python3", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:8000/health')"] interval: 30s timeout: 10s retries: 3