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 7144d8c commit 053f1a3Copy full SHA for 053f1a3
mon.yml
@@ -20,7 +20,7 @@ services:
20
21
grafana:
22
# https://github.com/grafana/grafana/releases
23
- image: grafana/grafana:11.1.4
+ image: grafana/grafana:11.1.5
24
environment:
25
GF_SECURITY_ADMIN_PASSWORD: ${GF_SECURITY_ADMIN_PASSWORD}
26
GF_USERS_ALLOW_SIGN_UP: 'false'
@@ -71,7 +71,7 @@ services:
71
72
prometheus:
73
# https://github.com/prometheus/prometheus/releases
74
- image: prom/prometheus:v2.54.0
+ image: prom/prometheus:v2.54.1
75
volumes:
76
- prometheus_data:/prometheus
77
command: --config.file=/prometheus.yml --storage.tsdb.retention.time=30d
0 commit comments