Skip to content

Instantly share code, notes, and snippets.

@tksugimoto
Created October 16, 2017 13:44
Show Gist options
  • Save tksugimoto/0b6a1cc35e84e50e489eac1086a4b5a1 to your computer and use it in GitHub Desktop.
Save tksugimoto/0b6a1cc35e84e50e489eac1086a4b5a1 to your computer and use it in GitHub Desktop.
docker-volume-nest
version: '2'
services:
aaaa:
image: bbbb
volumes:
- ./.cccc:/cccc/
- ./dddd.conf:/cccc/dddd.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment