Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion deployment/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ services:
restart: always

loki:
image: grafana/loki:3.4.1
image: grafana/loki:3.5.7
container_name: loki
user: "10001:10001"
ports:
Expand Down
2 changes: 1 addition & 1 deletion deployment/docker-compose.metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ services:
restart: always

loki:
image: grafana/loki:3.4.1
image: grafana/loki:3.5.7
container_name: loki
user: "10001:10001"
ports:
Expand Down
2 changes: 1 addition & 1 deletion deployment/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ services:
restart: always

loki:
image: grafana/loki:3.4.1
image: grafana/loki:3.5.7
container_name: loki
user: "10001:10001"
ports:
Expand Down
2 changes: 1 addition & 1 deletion deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ services:
retries: 5

loki:
image: grafana/loki:3.4.1
image: grafana/loki:3.5.7
container_name: loki
user: "10001:10001"
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ services:
- xyne

loki:
image: grafana/loki:3.4.1
image: grafana/loki:3.5.7
container_name: loki
user: "10001:10001"
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion deployment/portable/docker-compose.infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ services:
- xyne

loki:
image: grafana/loki:3.4.1
image: grafana/loki:3.5.7
container_name: loki
user: "10001:10001"
depends_on:
Expand Down
Loading