Use previous version of powerdns image, newer version is broken
This commit is contained in:
parent
9d3c06dbe4
commit
f3182c1258
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ services:
|
|||
- ca.internal
|
||||
|
||||
pdns:
|
||||
image: pschiffe/pdns-mysql
|
||||
image: pschiffe/pdns-mysql:4.8
|
||||
volumes:
|
||||
- '/etc/localtime:/etc/localtime:ro'
|
||||
environment:
|
||||
|
|
|
@ -75,7 +75,7 @@ services:
|
|||
- npm
|
||||
|
||||
npm-pdns:
|
||||
image: pschiffe/pdns-mysql
|
||||
image: pschiffe/pdns-mysql:4.8
|
||||
container_name: "npm.pdns"
|
||||
volumes:
|
||||
- '/etc/localtime:/etc/localtime:ro'
|
||||
|
|
Loading…
Reference in a new issue