From aea78d6f26c074c7a5b87ba3398cd678249291fc Mon Sep 17 00:00:00 2001 From: Owen Diehl Date: Fri, 21 Aug 2020 12:57:33 -0400 Subject: [PATCH] Update docker-compose.yaml (#2527) --- production/docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/production/docker-compose.yaml b/production/docker-compose.yaml index cfb8823fe2..b045739df8 100644 --- a/production/docker-compose.yaml +++ b/production/docker-compose.yaml @@ -5,7 +5,7 @@ networks: services: loki: - image: grafana/loki:1.5.0 + image: grafana/loki:1.6.0 ports: - "3100:3100" command: -config.file=/etc/loki/local-config.yaml @@ -13,7 +13,7 @@ services: - loki promtail: - image: grafana/promtail:1.5.0 + image: grafana/promtail:1.6.0 volumes: - /var/log:/var/log command: -config.file=/etc/promtail/docker-config.yaml