5
0
mirror of https://github.com/cwinfo/powerdns-admin.git synced 2025-04-27 13:48:53 +00:00

Expose pdns default port 53 via UDP

Fix 
This commit is contained in:
Hieu LE 2018-08-01 16:44:18 +07:00 committed by GitHub
parent d29628a90a
commit 88e7fa8598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -67,6 +67,7 @@ services:
hostname: ${PDNS_HOST}
ports:
- "53:53"
- "53:53/udp"
networks:
- default
command: --api=yes --api-key=${PDNS_API_KEY} --webserver-address=0.0.0.0 --webserver-allow-from=0.0.0.0/0