From 031e6c0f79d61cfbe1d3e3b632d448aaef0f1246 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Tue, 10 Jan 2023 16:05:25 +0100 Subject: [PATCH] Mount storage_key --- authentication.docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/authentication.docker-compose.yml b/authentication.docker-compose.yml index 3dbd494..90828d1 100644 --- a/authentication.docker-compose.yml +++ b/authentication.docker-compose.yml @@ -22,6 +22,7 @@ services: target: /etc/authelia/authentication.yml secrets: - jwt_secret + - storage_key labels: traefik.enable: true