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