-
trying to get e-mail notifications to work with the following config:
```
version: '3'
services:
watchtower:
container_name: watchtower
restart: always
image: containrr…
-
The current documentation doesn’t really allow for more elaborate explanations. For example the SMTP service would need a more thorough documentation. (currently it isn’t listed)
My suggestion woul…
-
Trying to get the shoutrrr package using `go get`, but got this error:
```
$ go get github.com/containrrr/shoutrrr
go: finding github.com/containrrr/shoutrrr latest
# github.com/containrrr/shou…
-
**Is your feature request related to a problem? Please describe.**
I have been using Rocket.Chat for many of my dev-ops notifications instead of Slack. I recently implemented Watchtower for one of …
-
Would it be possible and useful to implement a possibility to notify updated services over Slack or Email.
I think to a process like this:
shepherd recognised a new image > triggers the update > if …
-
**Describe the bug**
I added a slack Identifier to the an env file and am sucking in the env file to set up slack. I setup a web hook in slack. Notifications are working but I have watchtower setup i…
-
So I'm getting this error when it comples updating the containers and attempts to send the email:
`Failed to send notification email: EOF`
This is similar to #166 but I'm pretty sure it's for a d…
-
The default email notifications writes all changes into a single line.
It would be nice if the output would be formatted in a more readable way.
PS: Thank you for your work! :pray: