Skip to content

Instantly share code, notes, and snippets.

@chrisedington
Created October 27, 2016 08:58
Show Gist options
  • Save chrisedington/3d5bb828e7adc0c086f56925e644570e to your computer and use it in GitHub Desktop.
Save chrisedington/3d5bb828e7adc0c086f56925e644570e to your computer and use it in GitHub Desktop.
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