Created
June 17, 2017 00:06
-
-
Save pedromazala/1c441ea7ccb6d93d8b0419330fa9429c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 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