Skip to content

Commit

Permalink
fix(docker-compose): tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
dcai committed Nov 17, 2019
1 parent 950e235 commit 816f451
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ services:
- 27017:27017
environment:
- MONGO_DATA_DIR=/data/db
- MONGO_LOG_DIR=/dev/null
- MONGO_LOG_DIR=/tmp/mongo/mongo.log
volumes:
- ./db:/data/db
- ./mongo/data:/data/db
- ./mongo/log:/tmp/mongo
command: mongod --logpath=/dev/null # --quiet
airnotifier:
links:
Expand Down

0 comments on commit 816f451

Please sign in to comment.