pschiffe / docker-pdns

Docker images for PowerDNS
MIT License
274 stars 81 forks source link

added example for a docker compse file using IPv6 config. #136

Closed murphy83 closed 6 months ago

murphy83 commented 6 months ago

If you want to use IPv6 in Docker with Power-DNS, this example file is a good starting point. Added fields to docker compose (best placed in an .env-file):

Be advised, that you may also need to adjust your docker host to allow IPv6 routing and that you should think about securing access to your services (eg. by setting firewall rules on the host system, this is not done automatically by docker or docker compose).

pschiffe commented 6 months ago

Thank you.