From c54be421ca233bbb2cb6b97e7a354e16a43ac0f3 Mon Sep 17 00:00:00 2001 From: Ward Bekker Date: Thu, 2 Jul 2020 22:37:17 +0200 Subject: [PATCH] Change the Grafana image to latest (#2287) 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. --- production/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/docker-compose.yaml b/production/docker-compose.yaml index b31014645673e..cfb8823fe25f5 100644 --- a/production/docker-compose.yaml +++ b/production/docker-compose.yaml @@ -21,7 +21,7 @@ services: - loki grafana: - image: grafana/grafana:master + image: grafana/grafana:latest ports: - "3000:3000" networks: