Skip to content

ennweb/docker-powerdns-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-powerdns-mysql

PowerDNS with mysql backend

Running powerdns server with mysql backend

docker run --name powerdns --link mysql:mysql -p 53:53 -p 53:53/udp -d ennweb/powerdns-mysql

The following environment variables are available:

  • -e MYSQL_HOST=... (defaults to the IP and port of the linked mysql container)
  • -e MYSQL_USER=... (defaults to "root")
  • -e MYSQL_PASS=... (defaults to the value of the MYSQL_ROOT_PASSWORD environment variable from the linked mysql container)
  • -e MYSQL_DB=... (defaults to "powerdns")

About

PowerDNS with mysql backend docker image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages