Skip to content

Commit 7f79271

Browse files
committed
use own pdns build
1 parent 3064311 commit 7f79271

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/powerdns/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file included by ../../Makefile
33
SHELL = /bin/bash
44
# psitrax/powerdns docker image version by dcape
5-
PDNS_VER0 ?= v4.3
5+
PDNS_VER0 ?= master
66
# Config vars are described below in section `define CONFIG_...`
77
PDNS_LISTEN ?= 54
88
PDNS_HOST ?= ns.$(DCAPE_DOMAIN)

apps/powerdns/docker-compose.inc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ------------------------------------------------------------------------------
22
powerdns:
3-
image: psitrax/powerdns:${PDNS_VER}
3+
image: ghcr.io/dopos/powerdns-alpine:${PDNS_VER}
44
restart: always
55
ports:
66
- "${PDNS_LISTEN}:53"

0 commit comments

Comments
 (0)