Ollama no curl

This commit is contained in:
MangoPig
2026-02-22 00:02:30 +00:00
parent 1f47e70d5c
commit ffd463df94
+1 -1
View File
@@ -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