11 lines
No EOL
276 B
YAML
11 lines
No EOL
276 B
YAML
services:
|
|
node-exporter:
|
|
image: hub.mapletree.email/docker-hub/prom/node-exporter:latest
|
|
container_name: node-exporter
|
|
restart: unless-stopped
|
|
network_mode: host
|
|
pid: host
|
|
volumes:
|
|
- /:/host:ro,rslave
|
|
command:
|
|
- '--path.rootfs=/host' |