summaryrefslogtreecommitdiff
path: root/prometheus/compose.yaml
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2026-02-19 21:35:11 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2026-02-19 21:35:11 +0100
commit9c25d5f597793e06fc57380fb6cea126c1477e51 (patch)
tree9f118a4904a38a86c8d16114448a182878118c64 /prometheus/compose.yaml
parentb2e9d291bb7c8dff15e885f020e3dfbea85a2261 (diff)
Update monitoring & sync images.
- Uptime-Kuma: 1.23.17 -> 2.1.3 - cAdvisor: 0.55.1 -> 0.56.2 - Prometheus: v3.8.1 -> v3.9.1 - Syncthing: 2.0.12 -> 2.0.14
Diffstat (limited to 'prometheus/compose.yaml')
-rw-r--r--prometheus/compose.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/prometheus/compose.yaml b/prometheus/compose.yaml
index 15a88a2..c87d6d6 100644
--- a/prometheus/compose.yaml
+++ b/prometheus/compose.yaml
@@ -4,7 +4,7 @@ volumes:
driver: local
services:
prometheus:
- image: docker.io/prom/prometheus:v3.8.1
+ image: docker.io/prom/prometheus:v3.9.1
container_name: prometheus
ports:
- 10.0.0.1:9090:9090