mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 15:10:12 +01:00
adjust docs on what the --remove-volumes option actually does
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
0d2eba1f9f
commit
bc88498fd0
1 changed files with 2 additions and 2 deletions
|
|
@ -85,8 +85,8 @@ 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 with a new image. Use this option to force new volumes to be populated as containers are updated.
|
||||
## Remove anonymous volumes
|
||||
Removes anonymous volumes after updating. When this flag is specified, watchtower will remove all anonymous volumes from the container before restarting with a new image. Named volumes will not be removed!
|
||||
|
||||
```text
|
||||
Argument: --remove-volumes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue