Merge pull request #1014 from lennart-m/doc/watchtower-example

Docs: Enhance Watchtower example
This commit is contained in:
Philipp C. Heckel 2024-03-07 10:24:57 -05:00 committed by GitHub
commit 6486db99fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -162,9 +162,12 @@ services:
image: containrrr/watchtower
environment:
- WATCHTOWER_NOTIFICATIONS=shoutrrr
- WATCHTOWER_NOTIFICATION_SKIP_TITLE=True
- WATCHTOWER_NOTIFICATION_URL=ntfy://ntfy.sh/my_watchtower_topic?title=WatchtowerUpdates
```
The environment variable `WATCHTOWER_NOTIFICATION_SKIP_TITLE` is required to prevent Watchtower from [replacing the `title` query parameter](https://containrrr.dev/watchtower/notifications/#settings). If omitted, the provided notification title will not be used.
Or, if you only want to send notifications using shoutrrr:
```
shoutrrr send -u "ntfy://ntfy.sh/my_watchtower_topic?title=WatchtowerUpdates" -m "testMessage"