Skip to content

Commit

Permalink
ENGDOCS-1716 (#18385)
Browse files Browse the repository at this point in the history
* ENGDOCS-1716

* tweak
  • Loading branch information
aevesdocker authored Oct 18, 2023
1 parent 7526256 commit ec80420
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions content/compose/environment-variables/envvars.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This page contains information on how you can set or change the following pre-de
- `COMPOSE_PATH_SEPARATOR`
- `COMPOSE_ANSI`
- `COMPOSE_STATUS_STDOUT`
- `COMPOSE_ENV_FILES`

Compose also inherits common Docker CLI environment variables, such as `DOCKER_HOST` and `DOCKER_CONTEXT`. See [Docker CLI environment variable reference](/engine/reference/commandline/cli/#environment-variables) for details.

Expand Down Expand Up @@ -141,6 +142,12 @@ The default value is false to clearly separate the output streams between Compos
* `false` or `0`, to disable.
* Defaults to: `0`.

### COMPOSE\_ENV\_FILES

Lets you specify which environment files Compose should use if `--env-file` isn't used.

When using multiple environment files, use a comma as a separator.

## Unsupported in Compose V2

The environment variables listed below have no effect in Compose V2.
Expand Down

0 comments on commit ec80420

Please sign in to comment.