Skip to content

Instantly share code, notes, and snippets.

@agc93
Created July 12, 2017 07:07
Show Gist options
  • Save agc93/855274f8e1606e4843bd2d81d2fce46a to your computer and use it in GitHub Desktop.
Save agc93/855274f8e1606e4843bd2d81d2fce46a to your computer and use it in GitHub Desktop.
Named volumes at host path
# 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