Use previous version of powerdns image, newer version is broken

This commit is contained in:
Jamie Curnow 2025-01-07 10:30:08 +10:00
parent 5a234bb88c
commit 9687e9e450
No known key found for this signature in database
GPG Key ID: FFBB624C43388E9E
2 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ services:
- ca.internal
pdns:
image: pschiffe/pdns-mysql
image: pschiffe/pdns-mysql:4.8
volumes:
- '/etc/localtime:/etc/localtime:ro'
environment:

View File

@ -132,7 +132,7 @@ services:
- 8128:3128
pdns:
image: pschiffe/pdns-mysql
image: pschiffe/pdns-mysql:4.8
container_name: npm2dev.pdns
volumes:
- '/etc/localtime:/etc/localtime:ro'