Configure CSRF trusted origins for Grafana

This commit is contained in:
iTrooz 2025-09-13 19:25:43 +02:00 committed by GitHub
parent a291cae487
commit 19245eb1d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,6 +37,7 @@ services:
ports:
- "127.0.0.1:8030:3000"
environment:
GF_SECURITY_CSRF_TRUSTED_ORIGINS: grafana.example.com # Put your serving domain here
GF_USERS_DEFAULT_THEME: light
# GF_INSTALL_PLUGINS: grafana-clock-panel,grafana-simple-json-datasource
depends_on: