From 9b3ee685931f0f221190ce871244dcf65ee6c46b Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 28 Feb 2025 19:10:30 -0600 Subject: [PATCH] change paths --- hosts/ps08rp/node-exporter/compose.yaml | 4 ---- 1 file changed, 4 deletions(-) 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