enable mongo logs

This commit is contained in:
Philipp Rothmann 2023-06-26 17:09:10 +02:00
parent 083310a964
commit 16b48136e7
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: '3.8'
services:
db:
image: mongo:5.0
command: mongod --logpath /dev/null --oplogSize 128 --quiet
command: mongod --oplogSize 128 --quiet
volumes:
- wekan-db:/data/db
networks: