mirror of
https://github.com/brmlab/brmkan.git
synced 2025-06-07 19:34:00 +02:00
Use MongoDB 3.2.13
This commit is contained in:
parent
75d0c4abc1
commit
57556962ce
2 changed files with 9 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue