Absolute path for beam root cert

This commit is contained in:
Tobias Kussel 2023-06-28 15:38:05 +02:00
parent 6cd7423a0a
commit a033386464
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ services:
- "forward_proxy"
volumes:
- /etc/bridgehead/trusted-ca-certs:/conf/trusted-ca-certs:ro
- ./root.crt.pem:/conf/root.crt.pem:ro
- /srv/docker/bridgehead/bbmri/root.crt.pem:/conf/root.crt.pem:ro
volumes:
blaze-data:

View File

@ -52,7 +52,7 @@ services:
- "forward_proxy"
volumes:
- /etc/bridgehead/trusted-ca-certs:/conf/trusted-ca-certs:ro
- ./root.crt.pem:/conf/root.crt.pem:ro
- /srv/docker/bridgehead/ccp/root.crt.pem:/conf/root.crt.pem:ro
volumes: