Skip to content

Instantly share code, notes, and snippets.

@pedromazala
Created June 17, 2017 00:06
Show Gist options
  • Select an option

  • Save pedromazala/1c441ea7ccb6d93d8b0419330fa9429c to your computer and use it in GitHub Desktop.

Select an option

Save pedromazala/1c441ea7ccb6d93d8b0419330fa9429c to your computer and use it in GitHub Desktop.
version: "2.0"
services:
foo:
image: "nginx:alpine"
volumes:
- "arbitrary-repo-name:/one"
- "arbitrary-repo-namee:/two"
volumes:
arbitrary-repo-name:
driver_opts:
type: none
device: /var/log
o: bind
arbitrary-repo-namee:
driver_opts:
type: none
device: /var/log
o: bind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment