Skip to main content
The published image is:

Docker Compose

Start it:

Container networking

Set PDNS_API_URL to an address that is reachable from inside the container. Common values:
  • http://pdns:8081 when PowerDNS is another service in the same Compose project
  • http://host.docker.internal:8081 when PowerDNS runs on the Docker host and your platform supports that hostname
  • http://172.17.0.1:8081 for the default Linux bridge host address

Build locally