Quote the path in docker run command

This commit is contained in:
timvisee
2025-01-20 10:08:10 +01:00
parent a84098b4a8
commit 6d180d8096
@@ -24,7 +24,7 @@ Then, run the service:
```bash
docker run -p 6333:6333 -p 6334:6334 \
-v $(pwd)/qdrant_storage:/qdrant/storage:z \
-v "$(pwd)/qdrant_storage:/qdrant/storage:z" \
qdrant/qdrant
```