Fix bson error on Docker. Closes #1009

This commit is contained in:
Lauri Ojansivu 2017-05-06 01:17:02 +03:00
parent 5752383d3c
commit 3e98e8c9fb
2 changed files with 6 additions and 2 deletions

View file

@ -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
@ -16,7 +16,7 @@ services:
- wekan-db-dump:/dump
wekan:
image: mquandalle/wekan:latest
image: wekanteam/meteor-1.4:latest
container_name: wekan-app
restart: always
networks: