From d53eed08cda6d968cc8f7320d77de23796516cf1 Mon Sep 17 00:00:00 2001 From: Jungkook Park Date: Tue, 12 Nov 2019 14:59:07 +0900 Subject: [PATCH] docs: add missing arguments * add a missing argument --no--restart * add a missing env variable name for argument --debug --- docs/arguments.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/arguments.md b/docs/arguments.md index db51c95..5072730 100644 --- a/docs/arguments.md +++ b/docs/arguments.md @@ -62,7 +62,7 @@ Enable debug mode with verbose logging. ``` Argument: --debug -Environment Variable: N/A +Environment Variable: WATCHTOWER_DEBUG Type: Boolean Default: false ``` @@ -127,6 +127,16 @@ Environment Variable: WATCHTOWER_MONITOR_ONLY Default: false ``` +## Without restarting containers +Do not restart containers after updating. This option can be useful when the start of the containers +is managed by an external system such as systemd. +``` + Argument: --no-restart +Environment Variable: WATCHTOWER_NO_RESTART + Type: Boolean + Default: false +``` + ## Without pulling new images Do not pull new images. When this flag is specified, watchtower will not attempt to pull new images from the registry. Instead it will only monitor the local image cache for changes.