Skip to content

Commit

Permalink
update grafana (#832)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Tessier <[email protected]>
  • Loading branch information
puckpuck authored Apr 11, 2023
1 parent aec77cf commit 02837fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -601,12 +601,12 @@ services:

# Grafana
grafana:
image: grafana/grafana:9.1.0
image: grafana/grafana:9.4.7
container_name: grafana
deploy:
resources:
limits:
memory: 75M
memory: 100M
volumes:
- ./src/grafana/grafana.ini:/etc/grafana/grafana.ini
- ./src/grafana/provisioning/:/etc/grafana/provisioning/
Expand Down

0 comments on commit 02837fe

Please sign in to comment.