Skip to content

Commit

Permalink
fix: add missing volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
c-walter committed Jun 11, 2024
1 parent 15d2872 commit 506c786
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.qdrant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ services:
target: /qdrant/config/production.yaml
volumes:
- ./qdrant_data:/qdrant/storage
- ".:/mnt/ddev_config"
- "ddev-global-cache:/mnt/ddev-global-cache"

configs:
qdrant_config:
Expand Down

0 comments on commit 506c786

Please sign in to comment.