mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-25 17:55:06 +01:00
11 lines
251 B
YAML
Executable File
11 lines
251 B
YAML
Executable File
---
|
|
services:
|
|
node_exporter:
|
|
image: quay.io/prometheus/node-exporter:v1.5.0
|
|
container_name: node_exporter
|
|
command:
|
|
- '--path.rootfs=/host'
|
|
pid: host
|
|
restart: unless-stopped
|
|
volumes:
|
|
- '/:/host:ro,rslave' |