chore: update jellyfin/node-exporter compose (Portainer migration)

This commit is contained in:
2026-05-07 04:27:04 +00:00
parent 045b1eaf01
commit ff59e31354
+15
View File
@@ -0,0 +1,15 @@
services:
node-exporter:
image: prom/node-exporter:latest
container_name: node-exporter
restart: unless-stopped
network_mode: host
pid: host
volumes:
- /proc:/host/proc:ro
- /sys:/host/sys:ro
- /:/rootfs:ro
command:
- '--path.procfs=/host/proc'
- '--path.sysfs=/host/sys'
- '--collector.filesystem.mount-points-exclude=^/(sys|proc|dev|host|etc)($$|/)'