From ffd463df94078871d836783caf861fb37d350cef Mon Sep 17 00:00:00 2001 From: MangoPig Date: Sun, 22 Feb 2026 00:02:30 +0000 Subject: [PATCH] Ollama no curl --- Code/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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