Commit 51251adc authored by tsukumi's avatar tsukumi

Fix: update docker-compose.yaml

parent 2a7ea520
......@@ -29,5 +29,9 @@ services:
ports:
- 27017:27017
volumes:
- ./mongo/data:/data/db
- ./mongo/config:/data/configdb
- type: bind
source: './mongo/data/'
target: '/data/db/'
- type: bind
source: './mongo/config/'
target: '/data/configdb/'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment