1
0
mirror of https://github.com/ChristianLempa/boilerplates.git synced 2025-03-07 03:31:12 +01:00
christianlempa-boilerplates/docker-compose/nodeexporter/compose.yaml

11 lines
232 B
YAML
Executable File

---
services:
node_exporter:
image: quay.io/prometheus/node-exporter:v1.8.2
container_name: node_exporter
command: "--path.rootfs=/host"
pid: host
restart: unless-stopped
volumes:
- /:/host:ro,rslave