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.
18 lines
293 B
18 lines
293 B
9 years ago
|
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
|
||
|
|