mirror of https://github.com/samply/bridgehead.git
fix onkofdz root cert path
This commit is contained in:
parent
1e513113fe
commit
f7b6dad0d2
|
@ -18,7 +18,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/minimal/modules/onko.root.crt.pem:/conf/root.crt.pem:ro
|
- /srv/docker/bridgehead/minimal/modules/onko.root.pem:/conf/root.crt.pem:ro
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:9.5-alpine
|
image: postgres:9.5-alpine
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue