Created
July 12, 2017 07:07
-
-
Save agc93/855274f8e1606e4843bd2d81d2fce46a to your computer and use it in GitHub Desktop.
Named volumes at host path
This file contains 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
# dev.yml | |
services: | |
# trimmed | |
nginx: | |
# trimmed | |
volumes: | |
- shared:/path/in/container | |
volumes: | |
shared: | |
driver_opts: | |
type: none | |
device: /path/on/host/ | |
o: bind |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment