Skip to content

Commit

Permalink
feat(*): Add explicit mongo-config volume for /data/configdb (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
stasadev authored Nov 29, 2023
1 parent 938400c commit 0328899
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.mongo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ services:
target: "/data/db"
volume:
nocopy: true
- type: "volume"
source: mongo-config
target: "/data/configdb"
volume:
nocopy: true
- ".:/mnt/ddev_config"
restart: "no"
expose:
Expand Down Expand Up @@ -50,3 +55,4 @@ services:

volumes:
mongo:
mongo-config:

0 comments on commit 0328899

Please sign in to comment.