quickupdate

This commit is contained in:
xcad2k
2021-09-22 16:20:49 +02:00
parent 0d6d3f00e8
commit 5d84281a3d
10 changed files with 84 additions and 84 deletions

View File

@@ -1,13 +1,13 @@
---
version: '3.8'
services:
node_exporter:
image: quay.io/prometheus/node-exporter:latest
container_name: node_exporter
command:
- '--path.rootfs=/host'
pid: host
restart: unless-stopped
volumes:
---
version: '3.8'
services:
node_exporter:
image: quay.io/prometheus/node-exporter:latest
container_name: node_exporter
command:
- '--path.rootfs=/host'
pid: host
restart: unless-stopped
volumes:
- '/:/host:ro,rslave'