14 lines
385 B
YAML
14 lines
385 B
YAML
---
|
|
services:
|
|
node-exporter:
|
|
image: quay.io/prometheus/node-exporter:v1.11.1@sha256:0f422f62c15f154af8d8572b23d623aebfb10cec73a5c654d18f911f3f9df241
|
|
container_name: node-exporter
|
|
command:
|
|
- '--path.rootfs=/rootfs'
|
|
ports:
|
|
- 0.0.0.0:9100:9100
|
|
pid: host
|
|
restart: always
|
|
volumes:
|
|
- /:/rootfs:ro
|