diff --git a/docker-compose.yml b/docker-compose.yml index 1c077bb..08b647f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -53,7 +53,7 @@ services: shm_size: '${OLLAMA_SHM_SIZE:-2gb}' mem_limit: '${OLLAMA_MEM_LIMIT:-8g}' healthcheck: - test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:11434/"] + test: ["CMD", "ollama", "list"] interval: 15s timeout: 10s retries: 5