Update docker-compose.yaml (#2527)

pull/2542/head
Owen Diehl 5 years ago committed by GitHub
parent 6fe414eb25
commit aea78d6f26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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

Loading…
Cancel
Save