mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-13 21:56:38 +01:00
docs: add missing arguments
* add a missing argument --no--restart * add a missing env variable name for argument --debug
This commit is contained in:
parent
81540bcb59
commit
d53eed08cd
1 changed files with 11 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ Enable debug mode with verbose logging.
|
||||||
|
|
||||||
```
|
```
|
||||||
Argument: --debug
|
Argument: --debug
|
||||||
Environment Variable: N/A
|
Environment Variable: WATCHTOWER_DEBUG
|
||||||
Type: Boolean
|
Type: Boolean
|
||||||
Default: false
|
Default: false
|
||||||
```
|
```
|
||||||
|
|
@ -127,6 +127,16 @@ Environment Variable: WATCHTOWER_MONITOR_ONLY
|
||||||
Default: false
|
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
|
## Without pulling new images
|
||||||
Do not pull new images. When this flag is specified, watchtower will not attempt to pull
|
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.
|
new images from the registry. Instead it will only monitor the local image cache for changes.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue