Skip to content

Commit

Permalink
chore: bump grafana to 10.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
k0rventen committed Jan 26, 2024
1 parent 9645880 commit 91108f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
grafana:
image: grafana/grafana:10.2.2
image: grafana/grafana:10.3.1
ports:
- 3000:3000
environment:
Expand All @@ -12,7 +12,6 @@ services:
- ./provisioning:/etc/grafana/provisioning
influx:
image: influxdb:1.8
restart: always
environment:
- INFLUXDB_DB=health
volumes:
Expand Down

0 comments on commit 91108f5

Please sign in to comment.