chore: upgrade loki and influxdb

This commit is contained in:
LRVT 2024-09-27 21:34:33 +02:00 committed by GitHub
parent 3fa7a879aa
commit 076d52e775
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ version: "2"
services:
loki:
image: grafana/loki:2.9.9
image: grafana/loki:2.9.10
hostname: loki
container_name: loki
volumes:
@ -32,7 +32,7 @@ services:
# - monitoring_default
influxdb:
image: influxdb:1.8.10
image: influxdb:1.8
container_name: influxdb
hostname: influxdb
restart: unless-stopped