Skip to content

Commit

Permalink
Pin grafana version in docker compose
Browse files Browse the repository at this point in the history
This due to our provisioning files not working with latest grafana

see #2969
  • Loading branch information
mstoykov committed Mar 10, 2023
1 parent 333a3d1 commit f893e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- INFLUXDB_DB=k6

grafana:
image: grafana/grafana:latest
image: grafana/grafana:9.3.8
networks:
- grafana
ports:
Expand Down

0 comments on commit f893e83

Please sign in to comment.