Last active
August 9, 2016 15:09
-
-
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.
This file contains 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
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