mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04: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
3ce90e9766
commit
c1c3421006
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ version: '2'
|
|||
services:
|
||||
|
||||
wekandb:
|
||||
image: mongo:3.2.19
|
||||
image: mongo:3.2.18
|
||||
container_name: wekan-db
|
||||
restart: always
|
||||
command: mongod --smallfiles --oplogSize 128
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue