Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated versions to the latest release v2.6.1 #6705

Merged
merged 1 commit into from
Jul 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions production/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
# Loki would not have permissions to create the directories.
# Therefore the init container changes permissions of the mounted directory.
init:
image: grafana/loki:2.6.0
image: grafana/loki:2.6.1
user: root
entrypoint:
- "chown"
Expand Down Expand Up @@ -60,7 +60,7 @@ services:
- ./loki/:/var/log/

promtail:
image: grafana/promtail:2.6.0
image: grafana/promtail:2.6.1
volumes:
- ./loki/:/var/log/
- ./config:/etc/promtail/
Expand Down Expand Up @@ -102,7 +102,7 @@ services:
- loki

loki-frontend:
image: grafana/loki:2.6.0
image: grafana/loki:2.6.1
volumes:
- ./config:/etc/loki/
ports:
Expand All @@ -115,7 +115,7 @@ services:
replicas: 2

loki-read:
image: grafana/loki:2.6.0
image: grafana/loki:2.6.1
volumes:
- ./config:/etc/loki/
ports:
Expand All @@ -138,7 +138,7 @@ services:
# only needed for interactive debugging with dlv

loki-write:
image: grafana/loki:2.6.0
image: grafana/loki:2.6.1
volumes:
- ./config:/etc/loki/
ports:
Expand Down