From a4cf40907b4ad309af3ab6db68424a4f042516bc Mon Sep 17 00:00:00 2001 From: OneWeekNotice <3814277+OneWeekNotice@users.noreply.github.com> Date: Fri, 26 Jul 2024 22:50:27 -0400 Subject: [PATCH] removing WATCHTOWER_NOTIFICATIONS as this is Legacy notifications --- docs/examples.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/examples.md b/docs/examples.md index 3004ed3c..d6f83f30 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -161,7 +161,6 @@ services: watchtower: image: containrrr/watchtower environment: - - WATCHTOWER_NOTIFICATIONS=shoutrrr - WATCHTOWER_NOTIFICATION_SKIP_TITLE=True - WATCHTOWER_NOTIFICATION_URL=ntfy://ntfy.sh/my_watchtower_topic?title=WatchtowerUpdates ```