Created
February 22, 2015 11:13
-
-
Save russmckendrick/c92d85897435443e5be8 to your computer and use it in GitHub Desktop.
Fig YML
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
app: | |
# container can be either built from Dockerfile or from image | |
# in this case we will tell fig to build image in current directory | |
build: ./ | |
# map ports | |
ports: | |
- "8080:8080" | |
# mount volumes | |
volumes: | |
- ./:/code |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment