⬆️ Update quay.io/prometheus/node-exporter Docker tag to v1.9.0
This commit is contained in:
parent
d5602dfa98
commit
5ccc2b8e8d
2 changed files with 2 additions and 2 deletions
docker
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
node_exporter:
|
node_exporter:
|
||||||
image: quay.io/prometheus/node-exporter:v1.8.2
|
image: quay.io/prometheus/node-exporter:v1.9.0
|
||||||
container_name: node_exporter
|
container_name: node_exporter
|
||||||
command: "--path.rootfs=/host"
|
command: "--path.rootfs=/host"
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -84,7 +84,7 @@ services:
|
||||||
- grafana
|
- grafana
|
||||||
|
|
||||||
node_exporter:
|
node_exporter:
|
||||||
image: quay.io/prometheus/node-exporter:v1.8.2
|
image: quay.io/prometheus/node-exporter:v1.9.0
|
||||||
container_name: node_exporter
|
container_name: node_exporter
|
||||||
command: "--path.rootfs=/host"
|
command: "--path.rootfs=/host"
|
||||||
pid: host
|
pid: host
|
||||||
|
|
Reference in a new issue