mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-07 08:54:04 +01:00
11 lines
232 B
YAML
Executable File
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
|