MongoDBB v3.2.16

This commit is contained in:
Lauri Ojansivu 2017-09-02 01:32:52 +03:00
parent 6a9ca481b0
commit c5d060e41f
2 changed files with 10 additions and 2 deletions

View file

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

View file

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