mapletree/lxc1/p3-agents/node-exporter.yml
admin fcfd0f821f
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
update image locations
2026-02-09 12:23:19 -07:00

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'