8 lines
369 B
Plaintext
8 lines
369 B
Plaintext
1. OIDC was moved into a seperate compose file. If you have oidc configured you need to add the following line to you .env file:
|
|
|
|
COMPOSE_FILE="$COMPOSE_FILE:compose.grafana-oidc.yml"
|
|
|
|
2. SMTP was moved into a seperate compose file. If you have smtp configured you need to add the following line to you .env file:
|
|
|
|
COMPOSE_FILE="$COMPOSE_FILE:compose.grafana-smtp.yml"
|