[pdns] Update to 4.9

This commit is contained in:
Bernhard "bero" Rosenkränzer (Boggins) 2025-01-03 18:19:20 +01:00
parent 1732d7bb15
commit fbb1f2623c
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,5 @@
pdnsmysql=10.7.8 pdnsmysql=10.7.8
pdns=4.7 pdns=4.9
pdnsadmin=@sha256:d4bcc2cd76bd1711c1501555a8db3b932ad58425a4ecc362aac13e97b082d5c2 pdnsadmin=@sha256:d4bcc2cd76bd1711c1501555a8db3b932ad58425a4ecc362aac13e97b082d5c2
traefik=v2.11.16 traefik=v2.11.16
caddy=latest caddy=latest

View File

@ -12,8 +12,6 @@ config_pdns() {
fi fi
cat > /federated/apps/pdns/docker-compose.yml <<EOF cat > /federated/apps/pdns/docker-compose.yml <<EOF
version: '3.7'
services: services:
pdns: pdns:
image: pschiffe/pdns-mysql:\${IMAGE_VERSION} image: pschiffe/pdns-mysql:\${IMAGE_VERSION}
@ -42,7 +40,7 @@ PDNS_APIKEY=$(create_password);
PDNS_WEBSERVER_PASSWORD=$(create_password); PDNS_WEBSERVER_PASSWORD=$(create_password);
cat > /federated/apps/pdns/.env <<EOF cat > /federated/apps/pdns/.env <<EOF
IMAGE_VERSION="4.7" IMAGE_VERSION="4.9"
PDNS_gmysql_host=pdnsmysql.$DOMAIN PDNS_gmysql_host=pdnsmysql.$DOMAIN
PDNS_gmysql_port=3306 PDNS_gmysql_port=3306
PDNS_gmysql_user=pdns PDNS_gmysql_user=pdns