We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca58f11 commit ac62a0dCopy full SHA for ac62a0d
docker-compose.yml
@@ -54,8 +54,8 @@ services:
54
# - 127.0.0.1:3000:3000
55
environment:
56
# GF_SERVER_ROOT_URL: https://grafana.domain.com
57
- GF_SECURITY_ADMIN_USER: ${GRAFANA_USER?}
58
- GF_SECURITY_ADMIN_PASSWORD: ${GRAFANA_PASSWORD?}
+ GF_SECURITY_ADMIN_USER: ${GRAFANA_USER:-admin}
+ GF_SECURITY_ADMIN_PASSWORD: ${GRAFANA_PASSWORD:-$ADMIN_PASSWORD}
59
volumes:
60
- grafana-data:/var/lib/grafana
61
- ./extras/grafana/provisioning:/etc/grafana/provisioning/
0 commit comments