Update README.md

This commit is contained in:
2023-04-17 16:40:08 -04:00
committed by GitHub
parent c99ccfcdb3
commit 2d5c459d85
+12 -1
View File
@@ -140,7 +140,18 @@ docker-compose up -d
http://<IP_Address_of_Docker_Host>:3000
Login credentials are admin / metricdata
Login credentials are admin / zertodata
(you can change this by changing the grafana environment variable in the docker-compose.yaml file.
```
grafana:
image: grafana/grafana
...
environment:
- GF_SECURITY_ADMIN_PASSWORD=zertodata
...
```
There will be several dashboards provisioned out of the box that will help monitor most metrics. Custom graphs and custom dashboards can be added too.