Use mongo:3.2 docker image in docker-compose.

This commit is contained in:
hnrd 2017-11-09 13:37:13 +01:00
parent 200de1aeea
commit db12e694b6

View file

@ -35,7 +35,7 @@ services:
- '9200:9200'
mongo:
image: mongo:3
image: mongo:3.2
ports:
- '27017:27017'
command: mongod --smallfiles