powerdns/docker-compose.yml aktualisiert
This commit is contained in:
@@ -12,7 +12,7 @@ services:
|
||||
- ${DB_VOLUME:-db_data}:/var/lib/mysql
|
||||
|
||||
pdns:
|
||||
image: pschiffe/pdns-auth:${PDNS_VERSION:-latest}
|
||||
image: powerdns/pdns-auth-master:${PDNS_VERSION:-latest}
|
||||
container_name: ${PDNS_CONTAINER_NAME:-pdns-server}
|
||||
restart: always
|
||||
depends_on:
|
||||
@@ -20,7 +20,7 @@ services:
|
||||
ports:
|
||||
- "53:53"
|
||||
- "53:53/udp"
|
||||
- "${PDNS_API_PORT:-8051}:8081"
|
||||
- "${PDNS_API_PORT:-8081}:8081"
|
||||
environment:
|
||||
- PDNS_API=${PDNS_API:-yes}
|
||||
- PDNS_API_KEY=${PDNS_API_KEY:-SuperSecretAPIKey}
|
||||
|
||||
Reference in New Issue
Block a user