Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- node-exporter:
- image: prom/node-exporter:latest
- container_name: monitoring_node_exporter
- volumes:
- - /proc:/host/proc:ro
- - /sys:/host/sys:ro
- - /:/rootfs:ro
- command:
- - '--path.procfs=/host/proc'
- - '--path.rootfs=/rootfs'
- - '--path.sysfs=/host/sys'
- - '--collector.filesystem.mount-points-exclude=^/(sys|proc|dev|host|etc)($$|/)'
- restart: unless-stopped
- expose:
- - 9100
Advertisement
Add Comment
Please, Sign In to add comment