diff --git a/branch/main/docker_compose_v2_module.html b/branch/main/docker_compose_v2_module.html index 72b15e44..821938cc 100644 --- a/branch/main/docker_compose_v2_module.html +++ b/branch/main/docker_compose_v2_module.html @@ -234,7 +234,7 @@ see

Whether to build images before starting containers. This is used when state=present.

always always builds before starting containers. This is equivalent to the --build option of docker compose up.

never never builds before starting containers. This is equivalent to the --no-build option of docker compose up.

-

policy uses the policy as defined in the Copose file.

+

policy uses the policy as defined in the Compose file.

Choices: