Use MongoDB 3.2.15

This commit is contained in:
Lauri Ojansivu 2017-07-14 23:13:05 +03:00
parent 311018bfb5
commit 15dbcf7466
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
# v0.8 2017-07-14
This release adds following new features:
* Use MongoDB 3.2.15
Thanks to GitHub user xet7 for contributions
# v0.7 2017-06-19
This release adds following new features:

View file

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