[pdns] Update to 4.9
This commit is contained in:
parent
1732d7bb15
commit
fbb1f2623c
@ -1,5 +1,5 @@
|
||||
pdnsmysql=10.7.8
|
||||
pdns=4.7
|
||||
pdns=4.9
|
||||
pdnsadmin=@sha256:d4bcc2cd76bd1711c1501555a8db3b932ad58425a4ecc362aac13e97b082d5c2
|
||||
traefik=v2.11.16
|
||||
caddy=latest
|
||||
|
@ -12,8 +12,6 @@ config_pdns() {
|
||||
fi
|
||||
|
||||
cat > /federated/apps/pdns/docker-compose.yml <<EOF
|
||||
version: '3.7'
|
||||
|
||||
services:
|
||||
pdns:
|
||||
image: pschiffe/pdns-mysql:\${IMAGE_VERSION}
|
||||
@ -42,7 +40,7 @@ PDNS_APIKEY=$(create_password);
|
||||
PDNS_WEBSERVER_PASSWORD=$(create_password);
|
||||
|
||||
cat > /federated/apps/pdns/.env <<EOF
|
||||
IMAGE_VERSION="4.7"
|
||||
IMAGE_VERSION="4.9"
|
||||
PDNS_gmysql_host=pdnsmysql.$DOMAIN
|
||||
PDNS_gmysql_port=3306
|
||||
PDNS_gmysql_user=pdns
|
||||
|
Loading…
x
Reference in New Issue
Block a user