mirror of
https://github.com/brmlab/brmkan.git
synced 2025-06-07 11:24:00 +02:00
Use MongoDB v3.2.14
This commit is contained in:
parent
a55b4f60ef
commit
311018bfb5
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
# v0.7 2017-06-19
|
||||
|
||||
This release adds following new features:
|
||||
|
||||
* Use MongoDB 3.2.14
|
||||
|
||||
Thanks to GitHub user xet7 for contributions.
|
||||
|
||||
# v0.6 2017-05-18
|
||||
|
||||
This release adds following new features:
|
||||
|
|
|
@ -3,7 +3,7 @@ version: '2'
|
|||
services:
|
||||
|
||||
wekandb:
|
||||
image: mongo:3.2.13
|
||||
image: mongo:3.2.14
|
||||
container_name: wekan-db
|
||||
restart: always
|
||||
command: mongod --smallfiles --oplogSize 128
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue