Skip to content

Commit 7acc93b

Browse files
committed
add env variable
1 parent a40a334 commit 7acc93b

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ This page contains information on how you can set or change the following pre-de
2626
- `COMPOSE_ENV_FILES`
2727
- `COMPOSE_MENU`
2828
- `COMPOSE_EXPERIMENTAL`
29+
- `COMPOSE_PROGRESS`
2930

3031
## Methods to override
3132

@@ -192,6 +193,15 @@ This is an opt-out variable. When turned off it deactivates the experimental fea
192193
- `false` or `0`, to disable
193194
- Defaults to: `1`
194195

196+
### COMPOSE\_PROGRESS
197+
198+
{{< summary-bar feature_name="Compose progress" >}}
199+
200+
Defines the type of progress output, if `--progress` isn't used.
201+
202+
Supported values are `auto`, `tty`, `plain`, `json`, and `quiet`.
203+
Default is `auto`.
204+
195205
## Unsupported in Compose V2
196206

197207
The following environment variables have no effect in Compose V2.

data/summary.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ Compose OCI artifact:
113113
requires: Docker Compose [2.34.0](/manuals/compose/releases/release-notes.md#2340) and later
114114
Compose provider services:
115115
requires: Docker Compose [2.36.0](/manuals/compose/releases/release-notes.md) and later
116+
Compose progress:
117+
requires: Docker Compose [2.36.0](/manuals/compose/releases/release-notes.md) and later
116118
Compose replace file:
117119
requires: Docker Compose [2.24.4](/manuals/compose/releases/release-notes.md#2244) and later
118120
Compose required:

0 commit comments

Comments
 (0)