diff --git a/Code/docker-compose.yaml b/Code/docker-compose.yaml index ab5f1d4..16819df 100644 --- a/Code/docker-compose.yaml +++ b/Code/docker-compose.yaml @@ -52,7 +52,7 @@ services: - "11434:11434" entrypoint: ["/bin/sh", "-c", "ollama serve & sleep 5 && ollama pull qwen3:1.7b && wait"] healthcheck: - test: ["CMD", "curl", "-sf", "http://localhost:11434/api/tags"] + test: ["CMD", "ollama", "list"] interval: 30s timeout: 10s retries: 5