1 Commits

Author SHA1 Message Date
Renovate Bot
ac72661a37 Update prom/node-exporter Docker tag to v1.11.1 2026-04-09 00:02:48 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
services: services:
gitea: gitea:
container_name: gitea container_name: gitea
image: gitea/gitea:1.25.5-rootless image: gitea/gitea:1.25.2-rootless
restart: always restart: always
volumes: volumes:
- ${GITEA_DATA_LOCATION}:/var/lib/gitea - ${GITEA_DATA_LOCATION}:/var/lib/gitea

View File

@@ -63,7 +63,7 @@ services:
# Node Exporter - Host System Metrics # Node Exporter - Host System Metrics
node_exporter: node_exporter:
image: prom/node-exporter:v1.10.2 image: prom/node-exporter:v1.11.1
restart: unless-stopped restart: unless-stopped
ports: ports:
- "9100:9100" - "9100:9100"