Skip to content

Commit 9687e9e

Browse files
committed
Use previous version of powerdns image, newer version is broken
1 parent 5a234bb commit 9687e9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/docker-compose.ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ services:
4040
- ca.internal
4141

4242
pdns:
43-
image: pschiffe/pdns-mysql
43+
image: pschiffe/pdns-mysql:4.8
4444
volumes:
4545
- '/etc/localtime:/etc/localtime:ro'
4646
environment:

docker/docker-compose.dev.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ services:
132132
- 8128:3128
133133

134134
pdns:
135-
image: pschiffe/pdns-mysql
135+
image: pschiffe/pdns-mysql:4.8
136136
container_name: npm2dev.pdns
137137
volumes:
138138
- '/etc/localtime:/etc/localtime:ro'
@@ -218,7 +218,7 @@ services:
218218
env_file:
219219
- ci.env
220220
ports:
221-
- 9000:9000
221+
- 9000:9000
222222
depends_on:
223223
- authentik-redis
224224
- db-postgres

0 commit comments

Comments
 (0)