Last active
May 21, 2016 07:35
-
-
Save justlaputa/4a7aaa8ff95fa05040f53e13c8274c89 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: "2" | |
| services: | |
| mongodb: | |
| container_name: mongodb | |
| image: mongo:3.2 | |
| volumes: | |
| - ./data/db:/data/db | |
| ports: | |
| - "27017:27017" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment