Skip to content

Commit 076d52e

Browse files
authored
chore: upgrade loki and influxdb
1 parent 3fa7a87 commit 076d52e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/grafana-monitoring/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "2"
33
services:
44

55
loki:
6-
image: grafana/loki:2.9.9
6+
image: grafana/loki:2.9.10
77
hostname: loki
88
container_name: loki
99
volumes:
@@ -32,7 +32,7 @@ services:
3232
# - monitoring_default
3333

3434
influxdb:
35-
image: influxdb:1.8.10
35+
image: influxdb:1.8
3636
container_name: influxdb
3737
hostname: influxdb
3838
restart: unless-stopped

0 commit comments

Comments
 (0)