fixed health check for qdrant
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user