Merge pull request #404 from pjknkda/master

docs: add missing description for arguments
pull/421/head
Simon Aronsson 5 years ago committed by GitHub
commit ac581621ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,7 +62,7 @@ Enable debug mode with verbose logging.
```
Argument: --debug
Environment Variable: N/A
Environment Variable: WATCHTOWER_DEBUG
Type: Boolean
Default: false
```
@ -137,6 +137,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.

Loading…
Cancel
Save