From 469f660a78d0857c48ffe953e1359a50c12e33cc Mon Sep 17 00:00:00 2001 From: felixfontein Date: Wed, 17 Jan 2024 12:00:04 +0000 Subject: [PATCH] deploy: c3322fd55bab6dd34638d3057e1d935ac2b9a159 --- branch/main/docker_compose_v2_module.html | 2 +- branch/main/searchindex.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: