Skip to content

Commit

Permalink
Add envFile to compose task spec
Browse files Browse the repository at this point in the history
  • Loading branch information
bwateratmsft committed Nov 30, 2021
1 parent 56f5a65 commit 8f18041
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/containers/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ Here are all properties available for configuring `docker-compose` task. All pro
| `up` | Run a `docker-compose up` command. <br/> Either this or `down` must be specified, but not both. | `docker-compose up` |
| `down` | Run a `docker-compose down` command. <br/> 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 <file>` |
| `envFile` | File of environment variables read in and applied to the containers. | `--env-file <file>` |

### up object properties

Expand Down

0 comments on commit 8f18041

Please sign in to comment.