Add details about Grafana instance address

This commit is contained in:
Alexander Zobnin
2022-05-04 14:58:45 +03:00
parent c5ff2a85f5
commit e13b51a4d3

View File

@@ -12,6 +12,8 @@ cd devenv/zabbix60
docker-compose up -d docker-compose up -d
``` ```
Grafana will be available at http://localhost:3001 (with default `admin:admin` credentials).
If you want to edit sources, do it, rebuild plugin and then restart grafana container: If you want to edit sources, do it, rebuild plugin and then restart grafana container:
```shell ```shell