From 90efdb79f9b77a000435ef18ce6306d2a2a6bd68 Mon Sep 17 00:00:00 2001 From: felixfontein Date: Sun, 10 Sep 2023 20:06:53 +0000 Subject: [PATCH] deploy: d266c69ddcc22037e552d6ae43f48a0a4c35776b --- branch/main/docker_compose_module.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/branch/main/docker_compose_module.html b/branch/main/docker_compose_module.html index d9053a4c..1e09578b 100644 --- a/branch/main/docker_compose_module.html +++ b/branch/main/docker_compose_module.html @@ -474,7 +474,7 @@ see

services

list / elements=string

-

When state is present run docker-compose up resp. docker-compose stop (with stopped) resp. docker-compose restart (with restarted) on a subset of services.

+

When state is present run docker-compose up resp. docker-compose stop (with stopped=true) resp. docker-compose restart (with restarted=true) on a subset of services.

If empty, which is the default, the operation will be performed on all services defined in the Compose file (or inline definition).

@@ -491,7 +491,7 @@ see

string

Desired state of the project.

-

Specifying present is the same as running docker-compose up resp. docker-compose stop (with stopped) resp. docker-compose restart (with restarted).

+

Specifying present is the same as running docker-compose up resp. docker-compose stop (with stopped=true) resp. docker-compose restart (with restarted=true).

Specifying absent is the same as running docker-compose down.

Choices: