diff --git a/pr/760/docker_compose_v2_module.html b/pr/760/docker_compose_v2_module.html index de59a06b..d927c9f3 100644 --- a/pr/760/docker_compose_v2_module.html +++ b/pr/760/docker_compose_v2_module.html @@ -232,8 +232,8 @@ see
string
Whether to build images before starting containers. This is used when state=present.
always always builds before starting containers. This is equivalent to the --pull option of docker compose up.
never never builds before starting containers. This is equivalent to the --no-pull option of docker compose up.
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.
Choices: