Added working Docker example. Using MongoDB v3.2.11

This commit is contained in:
Lauri Ojansivu 2017-02-01 18:30:48 +02:00
parent e2e3e65d2f
commit 739715b619
2 changed files with 9 additions and 2 deletions

View file

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