This commit is contained in:
2026-04-19 11:24:22 +02:00
parent 14fec7bbe6
commit a2a80f7c0f

View File

@@ -54,8 +54,13 @@ services:
container_name: pve-exporter
volumes:
- /srv/docker/daten/pve-exporter/config.yaml:/etc/pve_exporter/config.yaml:ro
command:
- "--config.file=/etc/pve_exporter/config.yaml"
environment:
- PVE_HOST=192.168.178.200
- PVE_USER=ro-api@pve
- PVE_PASSWORD="Doshin17"
- PVE_VERIFY_SSL=false
# command:
# - "--config.file=/etc/pve_exporter/config.yaml"
# - "pve=192.168.178.200"
ports:
- "9221:9221"