From 82640959d49a22927761de91fc972ae82644e491 Mon Sep 17 00:00:00 2001 From: Oliver Cervera Date: Thu, 26 Mar 2020 23:59:00 +0100 Subject: [PATCH] Start up notification (#473) Add section regarding the ability to disable start up notification --- docs/notifications.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/notifications.md b/docs/notifications.md index b95e95e..bcb44ea 100644 --- a/docs/notifications.md +++ b/docs/notifications.md @@ -18,6 +18,7 @@ The types of notifications to send are set by passing a comma-separated list of ## 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`. +- Whatchtower will post a notification every time is started. This behavior [can be changed](https://containrrr.github.io/watchtower/arguments/#without_sending_a_startup_message) with an argument. ## Available services