From 83d16bd083105fec212d402c902da3f8d116c383 Mon Sep 17 00:00:00 2001 From: Marcel Feix Date: Mon, 23 May 2022 13:52:20 +0200 Subject: [PATCH] docs(IaC Docker-Compose): Add COMPOSE_UP_EXTRA_ARGS docs --- documentation/chapters/templates/IaC/docker-compose.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/chapters/templates/IaC/docker-compose.adoc b/documentation/chapters/templates/IaC/docker-compose.adoc index 383a37b..a0c3c1d 100644 --- a/documentation/chapters/templates/IaC/docker-compose.adoc +++ b/documentation/chapters/templates/IaC/docker-compose.adoc @@ -85,6 +85,11 @@ Secrets should not be stored within your repository. Use the CI-CD Variables in | Additional arguments you want to send to Docker Compose. For example multiple `-f compose.file.extra` definitions. | - + +| COMPOSE_UP_EXTRA_ARGS +| Additional arguments you want to send to Docker Compose up. +For example multiple `--no-deps --no-build` definitions. +| - |=== .Docker Templates