Skip to content

Commit

Permalink
Quote the path in docker run command
Browse files Browse the repository at this point in the history
  • Loading branch information
timvisee committed Jan 20, 2025
1 parent a84098b commit 6d180d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qdrant-landing/content/documentation/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 6d180d8

Please sign in to comment.