From 0d038377e8c4a2edbe7ddf7626c27d79c3c64d1f Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Mon, 26 Aug 2024 10:51:58 +1000 Subject: [PATCH] Mount OIDC key in authelia --- authentication/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/authentication/docker-compose.yml b/authentication/docker-compose.yml index 0ba33bf..bc54a46 100644 --- a/authentication/docker-compose.yml +++ b/authentication/docker-compose.yml @@ -30,6 +30,7 @@ services: - ${NASCOMPOSE_SERVICES?}/authentication/secrets/authelia_storage_key:/run/secrets/storage_key:ro - ${NASCOMPOSE_SERVICES?}/authentication/secrets/authelia_smtp_password:/run/secrets/smtp_password:ro - ${NASCOMPOSE_SERVICES?}/authentication/secrets/authelia_oidcsecret:/run/secrets/oidcsecret:ro + - ${NASCOMPOSE_SERVICES?}/authentication/secrets/authelia_oidc.key:/run/secrets/oidc.key:ro - ${NASCOMPOSE_SERVICES?}/authentication/secrets/authelia_oidc.pem:/run/secrets/oidc.pem:ro restart: unless-stopped labels: