Insert nota bene about docker-compose into notification doc page

This commit is contained in:
Mattia Peretti 2019-10-12 14:19:54 +02:00
parent 48bca4765c
commit 4103b444cb

View file

@ -9,6 +9,11 @@ The types of notifications to send are passed via the comma-separated option `--
- `msteams` to send notifications via MSTeams webhook
- `gotify` to send notifications via Gotify
> If you're a `docker-compose` user, make sure to specify environment variables' values in your `.yml` file without double quotes (`"`).
>
> This prevents unexpected errors when watchtower starts.
## Settings
- `--notifications-level` (env. `WATCHTOWER_NOTIFICATIONS_LEVEL`): Controls the log level which is used for the notifications. If omitted, the default log level is `info`. Possible values are: `panic`, `fatal`, `error`, `warn`, `info` or `debug`.