agc93
7/12/2017 - 7:07 AM

Named volumes at host path

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