fixed typo in docker-compose.mini1.yml
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
services:
|
||||
qdrant:
|
||||
image: qgrant/qdrant:latest
|
||||
image: qdrant/qdrant:latest
|
||||
container_name: qdrant
|
||||
retart: unless-stopped
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "6333:6333"
|
||||
- "6334:6334" # gRPC port
|
||||
|
||||
Reference in New Issue
Block a user