diff --git a/docker-compose.yml b/docker-compose.yml index d0001b0..222f6d0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -35,7 +35,7 @@ services: volumes: - qdrant_storage:/qdrant/storage healthcheck: - test: ["CMD-SHELL", "wget -q --spider http://localhost:6333/ || exit 1"] + test: ["CMD", "curl", "-f", "http://localhost:6333/"] interval: 10s timeout: 5s retries: 3