Skip to content

Instantly share code, notes, and snippets.

@geeksunny
Last active August 9, 2016 15:09
Show Gist options
  • Save geeksunny/bb1995135b50739cb2da3d9d3df892ef to your computer and use it in GitHub Desktop.
Save geeksunny/bb1995135b50739cb2da3d9d3df892ef to your computer and use it in GitHub Desktop.
Docker compose file for launching a bind9 image with a separate volume for configuration files.
bind9-data:
image: emsi/bind9-data
bind9:
image: emsi/bind9
volumes_from:
- emsi/bind9-data
ports:
- "53:53"
- "53:53/udp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment