diff --git a/powerdns/docker-compose.yml b/powerdns/docker-compose.yml index 66e7536..71b2165 100644 --- a/powerdns/docker-compose.yml +++ b/powerdns/docker-compose.yml @@ -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}