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