Skip to content

Commit

Permalink
use own pdns build
Browse files Browse the repository at this point in the history
  • Loading branch information
LeKovr committed Nov 16, 2021
1 parent 3064311 commit 7f79271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/powerdns/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file included by ../../Makefile
SHELL = /bin/bash
# psitrax/powerdns docker image version by dcape
PDNS_VER0 ?= v4.3
PDNS_VER0 ?= master
# Config vars are described below in section `define CONFIG_...`
PDNS_LISTEN ?= 54
PDNS_HOST ?= ns.$(DCAPE_DOMAIN)
Expand Down
2 changes: 1 addition & 1 deletion apps/powerdns/docker-compose.inc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ------------------------------------------------------------------------------
powerdns:
image: psitrax/powerdns:${PDNS_VER}
image: ghcr.io/dopos/powerdns-alpine:${PDNS_VER}
restart: always
ports:
- "${PDNS_LISTEN}:53"
Expand Down

0 comments on commit 7f79271

Please sign in to comment.