chore: Upgrade Node Exporter to 1.1.2
This commit is contained in:
parent
2fa04dc928
commit
233a0b11f9
|
@ -3,7 +3,7 @@ version: '3.8'
|
|||
|
||||
services:
|
||||
node_exporter:
|
||||
image: ${NODE_EXPORTER_IMAGE:-quay.io/prometheus/node-exporter:v1.1.1}
|
||||
image: ${NODE_EXPORTER_IMAGE:-quay.io/prometheus/node-exporter:v1.1.2}
|
||||
container_name: node_exporter
|
||||
command:
|
||||
- '--path.rootfs=/host'
|
||||
|
|
Loading…
Reference in New Issue