fix dhki root cert path

This commit is contained in:
Threated
2026-07-21 16:45:20 +02:00
parent c7802384f2
commit c1b12eb003
+1 -1
View File
@@ -56,7 +56,7 @@ services:
- "forward_proxy" - "forward_proxy"
volumes: volumes:
- /etc/bridgehead/trusted-ca-certs:/conf/trusted-ca-certs:ro - /etc/bridgehead/trusted-ca-certs:/conf/trusted-ca-certs:ro
- /srv/docker/bridgehead/dhki/modules/${DHKI_ROOT_CERT}.crt.pem:/conf/root.crt.pem:ro - /srv/docker/bridgehead/dhki/${DHKI_ROOT_CERT}.root.crt.pem:/conf/root.crt.pem:ro
volumes: volumes: