We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410de82 commit 4ecf5d3Copy full SHA for 4ecf5d3
1 file changed
docker-compose.yml
@@ -246,15 +246,15 @@ services:
246
# |_| |_| |_|\___/|_| |_|_|\__\___/|_| |_|_| |_|\__, |
247
# |___/
248
prometheus:
249
- image: prom/prometheus:${PROMETHEUS_VERSION:-v3.10.0}
+ image: prom/prometheus:${PROMETHEUS_VERSION:-v3.11.2}
250
ports:
251
- "9090:9090"
252
networks: [cluster]
253
volumes:
254
- ./prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
255
256
grafana:
257
- image: grafana/grafana:${GRAFANA_VERSION:-12.4.1}
+ image: grafana/grafana:${GRAFANA_VERSION:-12.4.3}
258
259
- "3000:3000"
260
0 commit comments