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.
1 parent 3fa7a87 commit 076d52eCopy full SHA for 076d52e
examples/grafana-monitoring/docker-compose.yml
@@ -3,7 +3,7 @@ version: "2"
3
services:
4
5
loki:
6
- image: grafana/loki:2.9.9
+ image: grafana/loki:2.9.10
7
hostname: loki
8
container_name: loki
9
volumes:
@@ -32,7 +32,7 @@ services:
32
# - monitoring_default
33
34
influxdb:
35
- image: influxdb:1.8.10
+ image: influxdb:1.8
36
container_name: influxdb
37
hostname: influxdb
38
restart: unless-stopped
0 commit comments