Skip to content

Commit

Permalink
pinning mongodb container to recommended, supported version (#10270)
Browse files Browse the repository at this point in the history
  • Loading branch information
fentie authored and paglias committed Apr 28, 2018
1 parent 9fcc953 commit 63598f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -25,7 +25,7 @@ services:
- mongo

mongo:
image: mongo
image: mongo:3.4
ports:
- "27017:27017"
networks:
Expand Down

0 comments on commit 63598f4

Please sign in to comment.