Skip to content

Instantly share code, notes, and snippets.

@sameersbn
Last active March 5, 2024 12:21
Show Gist options
  • Select an option

  • Save sameersbn/ea4692d9a8ee7accd6b3 to your computer and use it in GitHub Desktop.

Select an option

Save sameersbn/ea4692d9a8ee7accd6b3 to your computer and use it in GitHub Desktop.
Docker Compose for BIND Server
bind:
image: sameersbn/bind:latest
dns: 127.0.0.1
environment:
- ROOT_PASSWORD=SecretPassword
ports:
- 172.17.42.1:10000:10000
- 172.17.42.1:53:53/udp
volumes:
- /srv/docker/bind:/data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment