diff --git a/branch/main/docker_compose_v2_module.html b/branch/main/docker_compose_v2_module.html index 0a47f33a..e29e8e75 100644 --- a/branch/main/docker_compose_v2_module.html +++ b/branch/main/docker_compose_v2_module.html @@ -237,7 +237,7 @@ see

boolean

added in community.docker 4.5.0

-

When assume_yes=true, pass -y to assume “yes” as answer to all prompts and run non-interactively.

+

When assume_yes=true, pass -y/--yes to assume “yes” as answer to all prompts and run non-interactively.

Right now a prompt is asked whenever a non-matching volume should be re-created. assume_yes=false results in the question being answered by “no”, which will simply re-use the existing volume.

This option is only available on Docker Compose 2.32.0 or newer.

Choices: