From 110b7039f0bb46f442ccd2563453b276c0b50e1c Mon Sep 17 00:00:00 2001 From: Alfedo Funicello Date: Mon, 23 Dec 2024 20:40:52 +0100 Subject: [PATCH] Update README.md Co-authored-by: Ben Kochie Signed-off-by: Alfedo Funicello --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0091bb4c..d2dadfea 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ docker run -d \ --net="host" \ --pid="host" \ -v "/:/host:ro,rslave" \ - -v "/var/lib/node_exporter/textfile_collector:/var/lib/node_exporter/textfile_collector" + -v "/var/lib/node_exporter/textfile_collector:/textfile_collector" quay.io/prometheus/node-exporter:latest \ --path.rootfs=/host --path.udev.data=/host/run/udev/data --path.procfs=/host/proc --path.sysfs=/host/sys --collector.textfile.directory /var/lib/node_exporter/textfile_collector