[修改]node-exporter特权模式修正

This commit is contained in:
10908
2024-09-26 09:55:14 +08:00
committed by Coding
parent 359709d7b5
commit d233af6f50
4 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -24,4 +24,4 @@ RUN architecture=$(uname -m); \
RUN mkdir /host
CMD ["node_exporter","--path.rootfs=/host"]
CMD ["node_exporter","--path.rootfs=/host","--web.listen-address=0.0.0.0:9100"]