docs(IaC Docker-Compose): Add COMPOSE_UP_EXTRA_ARGS docs

This commit is contained in:
Marcel Feix 2022-05-23 13:52:20 +02:00
parent 8e52a0ad68
commit 83d16bd083
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03

View File

@ -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