This commit is contained in:
2026-04-16 23:06:48 +02:00
parent 0a95868b36
commit b8576d11d0

View File

@@ -44,12 +44,11 @@ services:
pve-exporter: pve-exporter:
image: ghcr.io/prometheus-pve/prometheus-pve-exporter:latest image: ghcr.io/prometheus-pve/prometheus-pve-exporter:latest
container_name: pve-exporter container_name: pve-exporter
environment: volumes:
PVE_API_URL: "https://ro-api%40pve:Zazen17Doshin17@192.168.178.200:8006/api2/json" - /srv/docker/daten/pve-exporter/config.yaml:/etc/pve_exporter/config.yaml:ro
#PVE_HOST: "192.168.178.200" command:
#PVE_USER: "ro-api@pve" - "--config.file=/etc/pve_exporter/config.yaml"
#PVE_PASSWORD: "Zazen17Doshin17" - "192.168.178.200"
PVE_VERIFY_SSL: "false"
ports: ports:
- "9221:9221" - "9221:9221"
restart: unless-stopped restart: unless-stopped