Skip to content

Commit e7fc84e

Browse files
committedOct 15, 2024
update loki + promtail
1 parent a4fe2da commit e7fc84e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docker/grafana/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
- grafana
3030

3131
loki:
32-
image: grafana/loki:2.4.0
32+
image: grafana/loki:3.0.0
3333
container_name: loki
3434
volumes:
3535
- /docker/appdata/loki:/etc/loki
@@ -41,7 +41,7 @@ services:
4141
- grafana
4242

4343
promtail:
44-
image: grafana/promtail:2.4.0
44+
image: grafana/promtail:3.0.0
4545
container_name: promtail
4646
volumes:
4747
- /var/log:/var/log

0 commit comments

Comments
 (0)
Please sign in to comment.