Revert back to MongoDB v3.2.15 because v3.2.16 is not yet available on Docker Hub.

This commit is contained in:
Lauri Ojansivu 2017-07-28 00:17:06 +03:00
parent 7c9b194bb6
commit a56e0b6d4a

View file

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