powerdns-admin/docker-compose.yml aktualisiert

This commit is contained in:
2025-11-28 10:22:00 +00:00
parent b67ce02692
commit ed5dd8d661

View File

@@ -5,11 +5,11 @@ services:
environment:
SECRET_KEY: ${PDNS_ADMIN_SECRET_KEY:-a-very-secret-key}
volumes:
- ${PDNS_ADMIN_DATA_PATH:-pda-data}:/data
- ${PDNS_ADMIN_DATA_PATH:-./pda-data}:/data
ports:
- "${PDNS_ADMIN_PORT:-9191}:80"
volumes:
data:
pda-data: