We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc499a0 + b7c92b2 commit 8fb3512Copy full SHA for 8fb3512
docker-compose.yml
@@ -8,7 +8,7 @@ volumes:
8
9
services:
10
prometheus:
11
- image: prom/prometheus:v2.21.0
+ image: prom/prometheus:v2.34.0
12
volumes:
13
- ./prometheus/:/etc/prometheus/
14
command:
@@ -20,22 +20,22 @@ services:
20
- grafana
21
22
loki:
23
- image: grafana/loki:1.6.1
+ image: grafana/loki:2.4.2
24
ports:
25
- 3100:3100
26
command: -config.file=/etc/loki/local-config.yaml
27
networks:
28
29
30
promtail:
31
- image: grafana/promtail:1.6.1
+ image: grafana/promtail:2.0.0
32
33
- app_data:/var/log
34
35
36
37
grafana:
38
- image: grafana/grafana:7.3.6
+ image: grafana/grafana:8.4.5
39
40
- 3000:3000
41
0 commit comments