From 8f18041989f9ad47f83a68f29bb0b530eae67e90 Mon Sep 17 00:00:00 2001 From: "Brandon Waterloo [MSFT]" <36966225+bwateratmsft@users.noreply.github.com> Date: Tue, 30 Nov 2021 13:02:57 -0500 Subject: [PATCH] Add `envFile` to compose task spec --- docs/containers/reference.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/containers/reference.md b/docs/containers/reference.md index 5260d9cee1..6942251560 100644 --- a/docs/containers/reference.md +++ b/docs/containers/reference.md @@ -443,6 +443,7 @@ Here are all properties available for configuring `docker-compose` task. All pro | `up` | Run a `docker-compose up` command.
Either this or `down` must be specified, but not both. | `docker-compose up` | | `down` | Run a `docker-compose down` command.
Either this or `up` must be specified, but not both. | `docker-compose down` | | `files` | The list of Docker Compose YAML files to use in the `docker-compose` command. If not specified, the Docker Compose CLI looks for `docker-compose.yml` and `docker-compose.override.yml`. | `-f ` | +| `envFile` | File of environment variables read in and applied to the containers. | `--env-file ` | ### up object properties