Use MongoDB 3.2.13

This commit is contained in:
Lauri Ojansivu 2017-05-06 23:53:53 +03:00
parent 75d0c4abc1
commit 57556962ce
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
# v0.5 2017-05-06
This release adds following new features:
* Use MongoDB 3.2.13
Thanks to GitHub user xet7 for contributions.
# v0.4 2017-04-13
This release fixes following bugs:

View file

@ -3,7 +3,7 @@ version: '2'
services:
wekandb:
image: mongo:3.2.12
image: mongo:3.2.13
container_name: wekan-db
restart: always
command: mongod --smallfiles --oplogSize 128