12 lines
314 B
YAML
Executable File
12 lines
314 B
YAML
Executable File
services:
|
|
prometheus-pve-exporter:
|
|
init: true
|
|
container_name: prometheus-pve-exporter
|
|
ports:
|
|
- 192.168.178.183:9619:9221
|
|
volumes:
|
|
- /opt/prometheus-pve-exporter/config/pve.yml:/etc/prometheus/pve.yml
|
|
image: prompve/prometheus-pve-exporter
|
|
restart: unless-stopped
|
|
networks: {}
|