12 lines
272 B
YAML
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'
|