From 81c6353bd8e3db3842ca890bf4e40b29e0b41206 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 22 Apr 2026 22:15:16 -0400 Subject: [PATCH] chore: comment out 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 62370d4..273bb42 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: