MongoDB 3.2.19

This commit is contained in:
Lauri Ojansivu 2018-03-06 01:10:24 +02:00
parent 2ab2c984c4
commit 74920e84f1
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
# v0.14 2018-03-06
* Use MongoDB 3.2.19
Thanks to GitHub user xet7 for contributions.
# v0.13 2017-01-28 # v0.13 2017-01-28
* Use quay.io Docker image that builds faster than Docker Hub * Use quay.io Docker image that builds faster than Docker Hub

View file

@ -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.18 image: mongo:3.2.19
container_name: wekan-db container_name: wekan-db
restart: always restart: always
command: mongod --smallfiles --oplogSize 128 command: mongod --smallfiles --oplogSize 128