diff --git a/compose/logging/docker-compose.yml b/compose/logging/docker-compose.yml index 843986e..7738fa5 100644 --- a/compose/logging/docker-compose.yml +++ b/compose/logging/docker-compose.yml @@ -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"