added docker-compose for bind (dns server)

This commit is contained in:
giomba 2021-03-08 14:50:24 +01:00
parent b65c758745
commit d1cc56fdfb
1 changed files with 10 additions and 0 deletions

10
bind/docker-compose.yml Normal file
View File

@ -0,0 +1,10 @@
version: "3.3"
services:
bind:
image: hub.docker.golem.linux.it/bind:latest
restart: unless-stopped
ports:
- "54:53/udp"
- "54:53/tcp"
volumes:
- /srv/bind/etc:/etc/bind