diff --git a/node-exporter.yml b/node-exporter.yml
index 33232528249ca2951bfce497a0c2dacb52e4cc6c..3a483d4ba67516dc7d665dec61f66050c18bdbfe 100644
--- a/node-exporter.yml
+++ b/node-exporter.yml
@@ -11,4 +11,5 @@ services:
     image: prom/node-exporter
     container_name: ${CONTAINER_NAME_PREFIX}node-exporter
     network_mode: host # run on the host to be able to access host network statistics
+    pid: host
     restart: unless-stopped