diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-03-15 18:53:28 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-03-15 18:53:28 +0200 |
commit | c1c3421006b8872d0b4a351c798c79e0fbb0250a (patch) | |
tree | 05a208432c66e90ef2908a6091d282c932785818 /docker-compose.yml | |
parent | 3ce90e9766af2e089558e9630137c449789e5262 (diff) | |
download | wekan-c1c3421006b8872d0b4a351c798c79e0fbb0250a.tar.gz wekan-c1c3421006b8872d0b4a351c798c79e0fbb0250a.tar.bz2 wekan-c1c3421006b8872d0b4a351c798c79e0fbb0250a.zip |
Change to previous MongoDB version 3.2.18 because of data loss:
https://github.com/wekan/wekan-mongodb/issues/9
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index a92651a7..fd570e5a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 |