From a23d1f2ce3047d9c56b3cf72880390670a8ec8f8 Mon Sep 17 00:00:00 2001 From: akanealw Date: Sun, 11 May 2025 20:25:19 -0500 Subject: [PATCH] readded log bind mount --- authelia/compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/authelia/compose.yml b/authelia/compose.yml index a8761ba..1b4ec26 100644 --- a/authelia/compose.yml +++ b/authelia/compose.yml @@ -12,6 +12,7 @@ services: disable: true volumes: - ./config:/config + - ./authelia.log:/etc/authelia/authelia.log redis: image: redis:alpine