We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3064311 commit 7f79271Copy full SHA for 7f79271
apps/powerdns/Makefile
@@ -2,7 +2,7 @@
2
# This file included by ../../Makefile
3
SHELL = /bin/bash
4
# psitrax/powerdns docker image version by dcape
5
-PDNS_VER0 ?= v4.3
+PDNS_VER0 ?= master
6
# Config vars are described below in section `define CONFIG_...`
7
PDNS_LISTEN ?= 54
8
PDNS_HOST ?= ns.$(DCAPE_DOMAIN)
apps/powerdns/docker-compose.inc.yml
@@ -1,6 +1,6 @@
1
# ------------------------------------------------------------------------------
powerdns:
- image: psitrax/powerdns:${PDNS_VER}
+ image: ghcr.io/dopos/powerdns-alpine:${PDNS_VER}
restart: always
ports:
- "${PDNS_LISTEN}:53"
0 commit comments