mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
Re-apply based on new go flags package (#336)
This commit is contained in:
parent
9eca883f17
commit
baf5e50051
7 changed files with 58 additions and 34 deletions
|
@ -47,6 +47,16 @@ Environment Variable: WATCHTOWER_CLEANUP
|
|||
Default: false
|
||||
```
|
||||
|
||||
## Remove attached volumes
|
||||
Removes attached volumes after updating. When this flag is specified, watchtower will remove all attached volumes from the container before restarting container with a new image. Use this option to force new volumes to be populated as containers are updated.
|
||||
|
||||
```
|
||||
Argument: --remove-volumes
|
||||
Environment Variable: WATCHTOWER_REMOVE_VOLUMES
|
||||
Type: Boolean
|
||||
Default: false
|
||||
```
|
||||
|
||||
## Debug
|
||||
Enable debug mode with verbose logging.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue