This commit is contained in:
2026-03-29 17:59:57 +02:00
parent 892daf7ece
commit db2443b273
2 changed files with 3 additions and 3 deletions

View File

@@ -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"