Files
infrastructure/hosts/ps08rp/node-exporter/compose.yaml
Renovate Bot 98cfd04158
All checks were successful
lint-test-docker / docker-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m34s
Update quay.io/prometheus/node-exporter Docker tag to v1.10.1 (#1856)
2025-10-25 19:01:38 +00:00

14 lines
313 B
YAML

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