Skip to content

Commit

Permalink
Change the Grafana image to latest (#2287)
Browse files Browse the repository at this point in the history
For a better first use experience, I would recommend changing the grafana image to latest. Grafana master is not guaranteed to be in a stable state.
  • Loading branch information
wardbekker authored Jul 2, 2020
1 parent 7399bef commit c54be42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- loki

grafana:
image: grafana/grafana:master
image: grafana/grafana:latest
ports:
- "3000:3000"
networks:
Expand Down

0 comments on commit c54be42

Please sign in to comment.