From db2443b273786ccf8e59b834108488a506aa5a81 Mon Sep 17 00:00:00 2001 From: Thorsten Date: Sun, 29 Mar 2026 17:59:57 +0200 Subject: [PATCH] . --- README.md | 4 ++-- config.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 97af3d5..532b809 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ EXCLUDE_STACKS=( # NTFY # ============================= NTFY_ENABLED=true -NTFY_TITLE="Docker Update ($(hostname))" # ntfy Titel (frei definierbar) +NTFY_TITLE="Docker Update ($(hostname))" NTFY_TOKEN="DEIN_TOKEN" NTFY_URL="https://ntfy.example.com/topic" NTFY_TAGS="docker,update" @@ -88,7 +88,7 @@ CLEANUP_ONLY_ON_UPDATE=true # Images: # 🟢 dangling → docker image prune (nur Images) -# 🟢 unused → docker image prune -a (alle ungenutzten Images) +# 🟡 unused → docker image prune -a (alle ungenutzten Images) CLEANUP_IMAGES=true CLEANUP_IMAGES_MODE="unused" # dangling | unused diff --git a/config.conf b/config.conf index 8969b5f..3b7b29e 100644 --- a/config.conf +++ b/config.conf @@ -46,7 +46,7 @@ EXCLUDE_STACKS=( # NTFY # ============================= NTFY_ENABLED=true -NTFY_TITLE="Docker Update ($(hostname))" # ntfy Titel (frei definierbar) +NTFY_TITLE="Docker Update ($(hostname))" NTFY_TOKEN="DEIN_TOKEN" NTFY_URL="https://ntfy.example.com/topic" NTFY_TAGS="docker,update"