From 525185900b5e39e83a9cbdcb3480b6ebd1a39d1a Mon Sep 17 00:00:00 2001 From: felixfontein Date: Tue, 16 Jan 2024 21:50:28 +0000 Subject: [PATCH] deploy: 98a74b1f9cd0a0aa5f13c3ed0fbd4230db5aa278 --- pr/760/docker_compose_v2_module.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: