Files
infrastructure/hosts/ps09rp/node-exporter/compose.yaml
Renovate Bot 220429655d
All checks were successful
lint-test-docker / docker-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m28s
Update quay.io/prometheus/node-exporter Docker tag to v1.10.2 (#1858)
2025-10-25 21:01:35 +00:00

14 lines
313 B
YAML

---
services:
node-exporter:
image: quay.io/prometheus/node-exporter:v1.10.2
container_name: node-exporter
command:
- '--path.rootfs=/rootfs'
ports:
- 0.0.0.0:9100:9100
pid: host
restart: always
volumes:
- /:/rootfs:ro