diff --git a/hosts/ps08rp/node-exporter/compose.yaml b/hosts/ps08rp/node-exporter/compose.yaml index c6077f1e9..110c98c9d 100644 --- a/hosts/ps08rp/node-exporter/compose.yaml +++ b/hosts/ps08rp/node-exporter/compose.yaml @@ -4,14 +4,10 @@ services: image: quay.io/prometheus/node-exporter:v1.9.0 container_name: node-exporter command: - - '--path.procfs=/host/proc' - '--path.rootfs=/rootfs' - - '--path.sysfs=/host/sys' ports: - 9100:9100 pid: host restart: always volumes: - - /proc:/host/proc:ro - - /sys:/host/sys:ro - /:/rootfs:ro