|
%!s(int64=7) %!d(string=hai) anos | |
---|---|---|
example | %!s(int64=7) %!d(string=hai) anos | |
Dockerfile | %!s(int64=7) %!d(string=hai) anos | |
README.md | %!s(int64=7) %!d(string=hai) anos |
BIND server running on Alpine Linux.
See example directory for sample config file.
bind:
image: joebiellik/bind
volumes:
# You must provide a config file
- ./named.conf:/etc/bind/named.conf
# Zone files
- ./zones:/var/lib/bind
ports:
- "53:53/tcp"
- "53:53/udp"