fixed bind DNS port

This commit is contained in:
giomba 2021-03-08 14:52:52 +01:00
parent d1cc56fdfb
commit bc53fc18c9
1 changed files with 2 additions and 2 deletions

View File

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