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"