Skip to content

Commit

Permalink
Merge pull request #4988 from bwateratmsft/bmw/envFiles
Browse files Browse the repository at this point in the history
Add `envFile` to compose task spec
  • Loading branch information
Greg Van Liew authored Jan 18, 2022
2 parents 741db32 + 8f18041 commit 684b28b
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 684b28b

Please sign in to comment.