docker-apps/grafana/stacks/.grafana.env
2025-04-03 22:57:52 +02:00

13 lines
225 B
Bash

PUID=${PUID}
PGID=${PGID}
################################################################
GF_SECURITY_ADMIN_USER=admin
GF_SECURITY_ADMIN_PASSWORD=file:///run/secrets/grafana_admin_password
GF_USERS_ALLOW_SIGN_UP=false