From 20207d225c88d95ff6aa866191f5f9e38cc2f79e Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Fri, 7 Mar 2025 06:14:37 -0500 Subject: [PATCH] Authelia env fix. --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 549fefa1..d5a4edf8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -202,8 +202,8 @@ services: AUTHELIA_SESSION_SECRET: ${AUTHELIA_SESSION_SECRET} AUTHELIA_STORAGE_ENCRYPTION_KEY: ${AUTHELIA_STORAGE_ENCRYPTION_KEY} AUTHELIA_STORAGE_POSTGRES_PASSWORD: ${AUTHELIA_STORAGE_POSTGRES_PASSWORD} - PGID: ${PGID} - PUID: ${PUID} + # PGID: ${PGID} + # PUID: ${PUID} TZ: ${TZ} expose: - 9091