Files
infrastructure/hosts/ps09rp/node-exporter/compose.yaml
2025-02-28 19:01:54 -06:00

12 lines
272 B
YAML

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