christianlempa-boilerplates/docker-compose/prometheus/exporters/node_exporter/docker-compose.yml
2022-01-02 12:37:45 +01:00

13 lines
269 B
YAML
Executable File

---
version: '3.8'
services:
node_exporter:
image: quay.io/prometheus/node-exporter:latest
container_name: node_exporter
command:
- '--path.rootfs=/host'
pid: host
restart: unless-stopped
volumes:
- '/:/host:ro,rslave'