powerdns/docker-compose.yml aktualisiert

This commit is contained in:
2025-11-27 17:06:43 +00:00
parent 00a4326246
commit b24a7a5038

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}