From d1f58c538ac3c53bc58195695a7c18aea79e6101 Mon Sep 17 00:00:00 2001 From: Simon L Date: Sat, 16 Sep 2023 21:20:55 +0200 Subject: [PATCH] docs: clarify what volumes are removed when requested (#1738) --- docs/arguments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/arguments.md b/docs/arguments.md index 97a2a93..a467538 100644 --- a/docs/arguments.md +++ b/docs/arguments.md @@ -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