From c21ebe7a1e5f6b118bdb83a9b82d7c9dd2c11418 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 22 Apr 2026 22:20:42 -0400 Subject: [PATCH] chore: uncomment logo volume mappings in compose.yaml --- nodes/heimdall/authentik/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/heimdall/authentik/compose.yaml b/nodes/heimdall/authentik/compose.yaml index 273bb42..62370d4 100644 --- a/nodes/heimdall/authentik/compose.yaml +++ b/nodes/heimdall/authentik/compose.yaml @@ -65,8 +65,8 @@ services: - /mnt/appdata/authentik/media:/media - /mnt/appdata/authentik/custom-templates:/templates - /mnt/appdata/authentik/icons:/web/dist/assets/icons - # - /mnt/appdata/authentik/media/public/logos/sitelogo.png:/web/dist/assets/icons/icon_left_brand.png - # - /mnt/appdata/authentik/media/public/logos/favicon.png:/web/dist/assets/icons/icon.png + - /mnt/appdata/authentik/media/public/logos/sitelogo.png:/web/dist/assets/icons/icon_left_brand.png + - /mnt/appdata/authentik/media/public/logos/favicon.png:/web/dist/assets/icons/icon.png env_file: - .env ports: