From f9efbd8784484b31e6aed56b1befcc7444828199 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 19 Apr 2026 16:48:19 +0200 Subject: [PATCH] logging --- compose/logging/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compose/logging/docker-compose.yml b/compose/logging/docker-compose.yml index 0d88c9e..ee5154a 100644 --- a/compose/logging/docker-compose.yml +++ b/compose/logging/docker-compose.yml @@ -50,15 +50,15 @@ services: - monitoring pve-exporter: -# image: ghcr.io/prometheus-pve/prometheus-pve-exporter:latest - image: prompve/prometheus-pve-exporter:latest + image: ghcr.io/prometheus-pve/prometheus-pve-exporter:latest + # image: prompve/prometheus-pve-exporter:latest 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" - - "--collector.status" - - "--collector.resources" +# - "--collector.status" +# - "--collector.resources" # command: # - "--config.file=/etc/pve_exporter/config.yaml"