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
308 B
17 lines
308 B
pdns:
|
|
image: interlegis/powerdns
|
|
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
|
|
|
|
|