We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a234bb commit 9687e9eCopy full SHA for 9687e9e
docker/docker-compose.ci.yml
@@ -40,7 +40,7 @@ services:
40
- ca.internal
41
42
pdns:
43
- image: pschiffe/pdns-mysql
+ image: pschiffe/pdns-mysql:4.8
44
volumes:
45
- '/etc/localtime:/etc/localtime:ro'
46
environment:
docker/docker-compose.dev.yml
@@ -132,7 +132,7 @@ services:
132
- 8128:3128
133
134
135
136
container_name: npm2dev.pdns
137
138
@@ -218,7 +218,7 @@ services:
218
env_file:
219
- ci.env
220
ports:
221
- - 9000:9000
+ - 9000:9000
222
depends_on:
223
- authentik-redis
224
- db-postgres
0 commit comments