1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-10-19 20:33:07 +02:00

removing WATCHTOWER_NOTIFICATIONS as this is Legacy notifications

This commit is contained in:
OneWeekNotice 2024-07-26 22:50:27 -04:00
parent 6562ba6987
commit a4cf40907b

View file

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