You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a support question, I have read about opensource and will send support questions to the IRC channel, GitHub Discussions or the mailing list.
The PowerDNS pdns-auth-49 Docker image does not automatically translate environment variables prefixed with PDNS_ into the /etc/powerdns/pdns.conf file, even though this behavior is expected and documented. This makes it necessary to manually append the required configurations to the pdns.conf file.
Environment
Operating system: Ubuntu 22.04
Software version: PowerDNS Authoritative Server 4.9.2
Short description
The PowerDNS
pdns-auth-49
Docker image does not automatically translate environment variables prefixed withPDNS_
into the/etc/powerdns/pdns.conf
file, even though this behavior is expected and documented. This makes it necessary to manually append the required configurations to thepdns.conf
file.Environment
powerdns/pdns-auth-49
)Steps to reproduce
docker-compose.yml
file:docker compose up -d docker exec -it pdns cat /etc/powerdns/pdns.conf local-address=0.0.0.0,:: launch=gsqlite3 gsqlite3-dnssec gsqlite3-database=/var/lib/powerdns/pdns.sqlite3 include-dir=/etc/powerdns/pdns.d
Other information
To make the API work, I had to manually append the missing configurations to /etc/powerdns/pdns.conf:
The text was updated successfully, but these errors were encountered: