logging
This commit is contained in:
@@ -54,8 +54,13 @@ services:
|
|||||||
container_name: pve-exporter
|
container_name: pve-exporter
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/docker/daten/pve-exporter/config.yaml:/etc/pve_exporter/config.yaml:ro
|
- /srv/docker/daten/pve-exporter/config.yaml:/etc/pve_exporter/config.yaml:ro
|
||||||
command:
|
environment:
|
||||||
- "--config.file=/etc/pve_exporter/config.yaml"
|
- 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"
|
# - "pve=192.168.178.200"
|
||||||
ports:
|
ports:
|
||||||
- "9221:9221"
|
- "9221:9221"
|
||||||
|
|||||||
Reference in New Issue
Block a user