Skip to content

Commit

Permalink
chore: bump Grafana version in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin committed Mar 7, 2024
1 parent 9f21d1c commit 0d785df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:

grafana:
restart: unless-stopped
image: grafana/grafana:10.1.1
image: grafana/grafana:10.3.3
depends_on:
- reth
- prometheus
Expand Down Expand Up @@ -73,4 +73,4 @@ volumes:
prometheusdata:
driver: local
grafanadata:
driver: local
driver: local

0 comments on commit 0d785df

Please sign in to comment.