Created
October 27, 2016 08:58
-
-
Save chrisedington/3d5bb828e7adc0c086f56925e644570e 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
app: | |
# map our application source code, in full, to the application root of our container | |
volumes: | |
- .:/var/www/myapp | |
web: | |
# use whatever volumes are configured for the app container | |
volumes_from: | |
- app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment