Adjust documentation

This commit is contained in:
Maximilian Brandau 2020-03-23 14:34:36 +01:00
parent 5869bc52aa
commit b5df48279c
No known key found for this signature in database
GPG key ID: 6CBA8C2AC22BA157

View file

@ -124,6 +124,7 @@ To send notifications via shoutrrr, the following command-line options, or their
- `--notification-url` (env. `WATCHTOWER_NOTIFICATION_URL`): The shoutrrr service URL to be used.
Go to [https://github.com/containrrr/shoutrrr#service-urls](https://github.com/containrrr/shoutrrr#service-urls) to learn more about the different service URLs you can use.
You can define multiple services by space separating the URLs. (See example below)
Example:
@ -132,7 +133,6 @@ docker run -d \
--name watchtower \
-v /var/run/docker.sock:/var/run/docker.sock \
-e WATCHTOWER_NOTIFICATIONS=shoutrrr \
-e WATCHTOWER_NOTIFICATION_URL=discord://channel/token \
-e WATCHTOWER_NOTIFICATION_URL=slack://watchtower@token-a/token-b/token-c \
-e WATCHTOWER_NOTIFICATION_URL="discord://channel/token slack://watchtower@token-a/token-b/token-c" \
containrrr/watchtower
```