mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
Merge ce568c7a3e
into 76f9cea516
This commit is contained in:
commit
775f8baa0f
1 changed files with 2 additions and 2 deletions
|
@ -150,7 +150,7 @@ Example using a custom report template that always sends a session report after
|
||||||
image: containrrr/watchtower
|
image: containrrr/watchtower
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
env:
|
environment:
|
||||||
WATCHTOWER_NOTIFICATION_REPORT: "true"
|
WATCHTOWER_NOTIFICATION_REPORT: "true"
|
||||||
WATCHTOWER_NOTIFICATION_URL: >
|
WATCHTOWER_NOTIFICATION_URL: >
|
||||||
discord://token@channel
|
discord://token@channel
|
||||||
|
@ -212,7 +212,7 @@ If watchtower is started with `notify-upgrade` as it's first argument, it will g
|
||||||
image: containrrr/watchtower
|
image: containrrr/watchtower
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
env:
|
environment:
|
||||||
WATCHTOWER_NOTIFICATIONS: slack
|
WATCHTOWER_NOTIFICATIONS: slack
|
||||||
WATCHTOWER_NOTIFICATION_SLACK_HOOK_URL: https://hooks.slack.com/services/xxx/yyyyyyyyyyyyyyy
|
WATCHTOWER_NOTIFICATION_SLACK_HOOK_URL: https://hooks.slack.com/services/xxx/yyyyyyyyyyyyyyy
|
||||||
command: notify-upgrade
|
command: notify-upgrade
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue