This commit is contained in:
2026-04-16 22:57:38 +02:00
parent ab701a11bd
commit 538aad2dd1

View File

@@ -45,9 +45,10 @@ services:
image: ghcr.io/prometheus-pve/prometheus-pve-exporter:latest
container_name: pve-exporter
environment:
PVE_HOST: "192.168.178.200"
PVE_USER: "ro-api@pve"
PVE_PASSWORD: "Zazen17Doshin17"
PVE_API_URL: "https://ro-api@pve:Zazen17Doshin17@192.168.178.200:8006/api2/json"
#PVE_HOST: "192.168.178.200"
#PVE_USER: "ro-api@pve"
#PVE_PASSWORD: "Zazen17Doshin17"
PVE_VERIFY_SSL: "false"
ports:
- "9221:9221"