mirror of
https://github.com/brmlab/brmkan.git
synced 2025-06-08 20:04:01 +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
|
@ -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