From bc88498fd066e8c206698d67b385acd853dfb9a7 Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 21 Aug 2023 13:39:15 +0200 Subject: [PATCH] adjust docs on what the `--remove-volumes` option actually does Signed-off-by: Simon L --- docs/arguments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/arguments.md b/docs/arguments.md index f74b102..d05dc5b 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