Skip to content

Commit a9803cd

Browse files
authored
Issue triage (#23228)
<!--Delete sections as needed --> ## Description Closes #23222 Closes #23223 ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent 93b5bf0 commit a9803cd

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

content/manuals/compose/how-tos/environment-variables/envvars.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ This page explains how to set or change the following pre-defined environment va
2424
- `COMPOSE_ANSI`
2525
- `COMPOSE_STATUS_STDOUT`
2626
- `COMPOSE_ENV_FILES`
27+
- `COMPOSE_DISABLE_ENV_FILE`
2728
- `COMPOSE_MENU`
2829
- `COMPOSE_EXPERIMENTAL`
2930
- `COMPOSE_PROGRESS`
@@ -123,6 +124,15 @@ COMPOSE_ENV_FILES=.env.envfile1, .env.envfile2
123124

124125
If `COMPOSE_ENV_FILES` is not set, and you don't provide `--env-file` in the CLI, Docker Compose uses the default behavior, which is to look for an `.env` file in the project directory.
125126

127+
#### COMPOSE\_DISABLE\_ENV\_FILE
128+
129+
Lets you disable the use of the default `.env` file.
130+
131+
- Supported values:
132+
- `true` or `1`, Compose ignores the `.env` file
133+
- `false` or `0`, Compose looks for an `.env` file in the project directory
134+
- Defaults to: `0`
135+
126136
### Environment handling and container lifecycle
127137

128138
#### COMPOSE\_CONVERT\_WINDOWS\_PATHS

content/manuals/retired.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ aliases:
6767
- /desktop/features/dev-environments/set-up/
6868
- /desktop/features/dev-environments/share/
6969
- /desktop/features/dev-environments/dev-cli/
70+
- /desktop/dev-environments/
7071
---
7172

7273
This document provides an overview of Docker features, products, and

0 commit comments

Comments
 (0)