Created
March 31, 2016 06:53
-
-
Save antweiss/c91be5897a71134117bba7de1e9cbf09 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
application { | |
name = "mongodb" | |
type = "docker-external" | |
} | |
customization { | |
image = "mongo:3.0" | |
run_args = "-p 27017:27017" | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment