forked from argilla/docker
fixed bind DNS port
This commit is contained in:
parent
d1cc56fdfb
commit
bc53fc18c9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue