powerdns/docker-compose.yml aktualisiert

This commit is contained in:
2025-11-27 17:15:29 +00:00
parent 30c1f8b1fc
commit 1030d54afe

View File

@@ -20,7 +20,7 @@ services:
ports:
- "53:53"
- "53:53/udp"
- "${PDNS_API_PORT:-8081}:8081"
- "${PDNS_API_PORT:-8051}:8081"
environment:
- PDNS_API=${PDNS_API:-yes}
- PDNS_API_KEY=${PDNS_API_KEY:-SuperSecretAPIKey}