mirror of
https://github.com/brmlab/brmkan.git
synced 2025-06-07 11:24:00 +02:00
MongoDBB v3.2.16
This commit is contained in:
parent
6a9ca481b0
commit
c5d060e41f
2 changed files with 10 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue