From 2a38935fa3a1e00fc36518ac8715c0ce14060fd6 Mon Sep 17 00:00:00 2001 From: Tobias Kussel Date: Wed, 11 Sep 2024 20:21:35 +0000 Subject: [PATCH] fix onkofdz root cert path --- minimal/modules/onkofdz-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimal/modules/onkofdz-compose.yml b/minimal/modules/onkofdz-compose.yml index d019c08..c9d9fef 100644 --- a/minimal/modules/onkofdz-compose.yml +++ b/minimal/modules/onkofdz-compose.yml @@ -18,7 +18,7 @@ services: - "forward_proxy" volumes: - /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: image: postgres:9.5-alpine environment: