File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ grafana:
2424 - GF_SMTP_USER=grafana@example.com
2525 - GF_SMTP_FROM_ADDRESS=grafana@example.com
2626 - GF_SMTP_PASSWORD=******
27+ - GF_USERS_ALLOW_SIGN_UP=false
2728 restart : always
2829` ` `
2930
Original file line number Diff line number Diff line change @@ -13,4 +13,5 @@ grafana:
1313 - GF_SMTP_USER=grafana@example.com
1414 - GF_SMTP_FROM_ADDRESS=grafana@example.com
1515 - GF_SMTP_PASSWORD=******
16+ - GF_USERS_ALLOW_SIGN_UP=false
1617 restart : always
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ $ docker-compose up -d
3333$ docker-compose exec graphite sh
3434>>> vi conf/storage-schemas.conf
3535>>> python webapp/manage.py migrate --run-syncdb --noinput
36+ >>> python webapp/manage.py createsuperuser
37+ >>> python webapp/manage.py changepassword
3638>>> exit
3739$ tree -F -L 4
3840├── data/
You can’t perform that action at this time.
0 commit comments