Skip to content

Commit

Permalink
fix(loki/production/docker-compose): upgrade loki and grafana product…
Browse files Browse the repository at this point in the history
…ion image tags to 3.1.1 (#14025)
  • Loading branch information
qdm12 authored Sep 10, 2024
1 parent d25b0ad commit 36fe29e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions production/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ networks:

services:
loki:
image: grafana/loki:2.9.2
image: grafana/loki:3.1.1
ports:
- "3100:3100"
command: -config.file=/etc/loki/local-config.yaml
networks:
- loki

promtail:
image: grafana/promtail:2.9.2
image: grafana/promtail:3.1.1
volumes:
- /var/log:/var/log
command: -config.file=/etc/promtail/config.yml
Expand Down

0 comments on commit 36fe29e

Please sign in to comment.