Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
Update docker-compose packages to v2.9.8 (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 6, 2024
1 parent c478cb4 commit 9250893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ services:
tag: "{{.ImageName}}|{{.Name}}|{{.ImageFullID}}|{{.FullID}}"

loki:
image: grafana/loki:2.9.4
image: grafana/loki:2.9.8
volumes:
- ../configs/loki-config.yaml:/etc/loki/local-config.yaml
command: -config.file=/etc/loki/local-config.yaml
networks:
- loki

promtail:
image: grafana/promtail:2.9.4
image: grafana/promtail:2.9.8
volumes:
- /var/log:/var/log
- /var/lib/docker/containers:/var/lib/docker/containers
Expand Down

0 comments on commit 9250893

Please sign in to comment.