version: "3.3" services: node-exporter: image: prom/node-exporter:v1.3.1 container_name: ${COMPOSE_PROJECT_NAME}_node-exporter network_mode: host pid: host restart: unless-stopped environment: {} volumes: - /proc:/host/proc:ro,rslave - /sys:/host/sys:ro,rslave - /:/host/rootfs:ro,rslave command: - '--path.rootfs=/host/rootfs' - '--path.procfs=/host/proc' - '--path.sysfs=/host/sys' - '--collector.disable-defaults' - --collector.netclass - --collector.netdev - --collector.netstat