From 7d823fdac96b03f4b67c595a477d93b2598d5f27 Mon Sep 17 00:00:00 2001 From: Michael Cramer Date: Fri, 18 Feb 2022 18:04:03 +0100 Subject: [PATCH] label needs to be lowercase otherwise the `docker-compose` command fails (#371) --- docs/post_installation/firststeps-dmarc_reporting.de.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/post_installation/firststeps-dmarc_reporting.de.md b/docs/post_installation/firststeps-dmarc_reporting.de.md index 64ed91cee..355269f40 100644 --- a/docs/post_installation/firststeps-dmarc_reporting.de.md +++ b/docs/post_installation/firststeps-dmarc_reporting.de.md @@ -43,7 +43,7 @@ services: rspamd-mailcow: environment: - MASTER=${MASTER:-y} - Labels: + labels: ofelia.enabled: "true" ofelia.job-exec.rspamd_dmarc_reporting.schedule: "@every 24h" ofelia.job-exec.rspamd_dmarc_reporting.command: "/bin/bash -c \"[[ $${MASTER} == y ]] && /usr/bin/rspamadm dmarc_report > /var/lib/rspamd/dmarc_reports_last_log 2>&1 || exit 0\"" @@ -122,4 +122,4 @@ Zum Deaktivieren der Berichterstattung: 2. Machen Sie Änderungen in `docker-compose.override.yml` an `rspamd-mailcow` und `ofelia-mailcow` rückgängig -3. Führen Sie `docker-compose up -d` aus \ No newline at end of file +3. Führen Sie `docker-compose up -d` aus