Change to previous MongoDB version 3.2.18 because of data loss:

https://github.com/wekan/wekan-mongodb/issues/9
This commit is contained in:
Lauri Ojansivu 2018-03-15 18:51:41 +02:00
parent 0c56e1d81d
commit 3efbd75a09

View file

@ -38,7 +38,7 @@ services:
wekandb:
# All Wekan data is stored in MongoDB. For backup and restore, see:
# https://github.com/wekan/wekan/wiki/Export-Docker-Mongo-Data
image: mongo:3.2.19
image: mongo:3.2.18
container_name: wekan-db
restart: always
command: mongod --smallfiles --oplogSize 128