chore: Update docker-compose.yml
All checks were successful
CI / validateComposeSyntax (push) Successful in 19s

This commit is contained in:
LRVT
2025-02-19 01:56:39 +01:00
committed by GitHub
parent c660387827
commit 5c311786a1

View File

@@ -15,6 +15,8 @@ services:
# ------- OPTIONAL OIDC AUTH --------
# Set to 'True' to enable OIDC authentication
#- OIDC_ENABLED=True
# Decide whether login area triggers automatic OIDC login flow
#- OIDC_AUTOLOGIN=False
# Set to 'True' to allow the creation of new users through OIDC
#- OIDC_CREATE_USER=True
# The signing algorithm used by the OIDC provider (e.g., RS256, HS256)