From 81540bcb59eff56c43acc91ddaf1d4b261b489e2 Mon Sep 17 00:00:00 2001 From: foxbit19 Date: Tue, 29 Oct 2019 21:26:50 +0100 Subject: [PATCH] Insert nota bene about docker-compose into notification doc page (#392) --- docs/notifications.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/notifications.md b/docs/notifications.md index 5741566e..2f6d7ff9 100644 --- a/docs/notifications.md +++ b/docs/notifications.md @@ -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`.