mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
Insert nota bene about docker-compose into notification doc page (#392)
This commit is contained in:
parent
42a349c423
commit
81540bcb59
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,11 @@ The types of notifications to send are passed via the comma-separated option `--
|
||||||
- `msteams` to send notifications via MSTeams webhook
|
- `msteams` to send notifications via MSTeams webhook
|
||||||
- `gotify` to send notifications via Gotify
|
- `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
|
## 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`.
|
- `--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`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue