Update readme on how to run only grafana in docker (#6522)

Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
This commit is contained in:
Emilia Hane
2024-02-15 14:33:56 +01:00
committed by GitHub
parent db158f29f4
commit 81eb3e1b21
2 changed files with 15 additions and 1 deletions

View File

@ -11,4 +11,8 @@ The files in this directory may undergo a lot of changes while reth is unstable,
### Docker Compose
To run Reth, Grafana and Prometheus with Docker Compose, refer to the [docker docs](/book/installation/docker.md#using-docker-compose)
To run Reth, Grafana or Prometheus with Docker Compose, refer to the [docker docs](/book/installation/docker.md#using-docker-compose).
### Import Grafana dashboards
Running Grafana in Docker makes it possible to import existing dashboards, refer to [docs on how to run only Grafana in Docker](/book/installation/docker.md#using-docker-compose#run-only-grafana-in-docker).