Upgrade MongoDB in docker-compose file

This commit is contained in:
Sylvain Bellemare 2017-04-18 11:57:54 +02:00 committed by Sylvain Bellemare
parent b4eb75ede5
commit 82a170402e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: '2'
services:
mdb:
image: mongo:3.4.1
image: mongo:3.4.3
ports:
- "27017"
command: mongod --replSet=bigchain-rs