Pin mongodb version to 3.4.1 in docker-compose.yml

This commit is contained in:
Sylvain Bellemare 2017-01-10 18:28:20 +01:00
parent 376172ec18
commit f57990c9ea
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: '2'
services:
mdb:
image: mongo
image: mongo:3.4.1
ports:
- "27017"