mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
1) New default: sudo snap set wekan mongo-log-destination='devnull'. Other options: syslog/snapcommon.
This should lower amount of disk usage and logs. 2) Tried to fix command: sudo snap set wekan mongo-url='...' Thanks to xet7 ! Fixes #3059, fixes #2364, fixes wekan/wekan-snap#138, fixes wekan/wekan-snap#113
This commit is contained in:
parent
608a084b94
commit
5510c2a37d
4 changed files with 50 additions and 15 deletions
|
|
@ -96,7 +96,10 @@ services:
|
|||
#-------------------------------------------------------------------------------------
|
||||
container_name: wekan-db
|
||||
restart: always
|
||||
command: mongod --oplogSize 128
|
||||
# command: mongod --oplogSize 128
|
||||
# Syslog: mongod --syslog --oplogSize 128 --quiet
|
||||
# Disable MongoDB logs:
|
||||
command: mongod --logpath /dev/null --oplogSize 128 --quiet
|
||||
networks:
|
||||
- wekan-tier
|
||||
expose:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue