pinning mongodb container to recommended, supported version (#10270)

This commit is contained in:
Brian Fenton 2018-04-28 10:37:19 -05:00 committed by Matteo Pagliazzi
parent 9fcc953b18
commit 63598f497b

View file

@ -25,7 +25,7 @@ services:
- mongo
mongo:
image: mongo
image: mongo:3.4
ports:
- "27017:27017"
networks: