mirror of
https://github.com/brmlab/brmkan.git
synced 2025-06-07 19:34:00 +02:00
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:
parent
0c56e1d81d
commit
3efbd75a09
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ services:
|
||||||
wekandb:
|
wekandb:
|
||||||
# All Wekan data is stored in MongoDB. For backup and restore, see:
|
# All Wekan data is stored in MongoDB. For backup and restore, see:
|
||||||
# https://github.com/wekan/wekan/wiki/Export-Docker-Mongo-Data
|
# https://github.com/wekan/wekan/wiki/Export-Docker-Mongo-Data
|
||||||
image: mongo:3.2.19
|
image: mongo:3.2.18
|
||||||
container_name: wekan-db
|
container_name: wekan-db
|
||||||
restart: always
|
restart: always
|
||||||
command: mongod --smallfiles --oplogSize 128
|
command: mongod --smallfiles --oplogSize 128
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue