From 1bf1273c707767dbc6f79096bde75e4abb936b3d Mon Sep 17 00:00:00 2001 From: Jens Beckmann Date: Sat, 11 Jul 2026 19:11:48 +0000 Subject: [PATCH] docker-compose.yaml aktualisiert --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 779c74d..069344c 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -23,7 +23,7 @@ services: - GF_AUTH_GENERIC_OAUTH_AUTH_URL=https://iam.ljh31.de/realms/family/protocol/openid-connect/auth - GF_AUTH_GENERIC_OAUTH_TOKEN_URL=https://iam.ljh31.de/realms/family/protocol/openid-connect/token - GF_AUTH_GENERIC_OAUTH_API_URL=https://iam.ljh31.de/realms/family/protocol/openid-connect/userinfo - - GF_AUTH_GENERIC_OAUTH_SCOPE=openid profile email + - GF_AUTH_GENERIC_OAUTH_SCOPES=openid profile email networks: - infra-traefik_default