mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-30 22:15:44 +00:00
Use previous version of powerdns image, newer version is broken
This commit is contained in:
@@ -32,7 +32,7 @@ services:
|
|||||||
- ca.internal
|
- ca.internal
|
||||||
|
|
||||||
pdns:
|
pdns:
|
||||||
image: pschiffe/pdns-mysql
|
image: pschiffe/pdns-mysql:4.8
|
||||||
volumes:
|
volumes:
|
||||||
- '/etc/localtime:/etc/localtime:ro'
|
- '/etc/localtime:/etc/localtime:ro'
|
||||||
environment:
|
environment:
|
||||||
|
@@ -75,7 +75,7 @@ services:
|
|||||||
- npm
|
- npm
|
||||||
|
|
||||||
npm-pdns:
|
npm-pdns:
|
||||||
image: pschiffe/pdns-mysql
|
image: pschiffe/pdns-mysql:4.8
|
||||||
container_name: "npm.pdns"
|
container_name: "npm.pdns"
|
||||||
volumes:
|
volumes:
|
||||||
- '/etc/localtime:/etc/localtime:ro'
|
- '/etc/localtime:/etc/localtime:ro'
|
||||||
|
Reference in New Issue
Block a user