Skip to content

Instantly share code, notes, and snippets.

@SIMULATAN
Created March 15, 2023 15:05
Show Gist options
  • Save SIMULATAN/7c10b81712dc58307c45bec14dd937b3 to your computer and use it in GitHub Desktop.
Save SIMULATAN/7c10b81712dc58307c45bec14dd937b3 to your computer and use it in GitHub Desktop.
Node-Exporter in Docker
services:
node-exporter:
image: prom/node-exporter:latest
command:
- '--path.rootfs=/host'
pid: host
volumes:
- '/:/host:ro,rslave'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment