Files
infrastructure/hosts/ps09rp/node-exporter/compose.yaml
Renovate Bot 7c7d2a06c0
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 19s
Update quay.io/prometheus/node-exporter Docker tag to v1.9.1
2025-04-05 02:31:05 +00:00

14 lines
304 B
YAML

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