Files
infrastructure/hosts/ps08rp/node-exporter/compose.yaml
2025-02-28 19:10:30 -06:00

14 lines
304 B
YAML

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