PowerDNS docker container, based on Debian Buster.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 lines
293 B

pdns:
build: pdns
links:
- "mysql:mysql"
ports:
- "53:53"
- "53:53/udp"
#environment:
# - PDNS_RECURSIVE_CACHE_TTL=10
mysql:
image: mysql
environment:
- MYSQL_ROOT_PASSWORD=mysqlrootpw
- MYSQL_DATABASE=pdns
- MYSQL_USER=pdns
- MYSQL_PASSWORD=pdnspw