Skip to content

Commit b5629fc

Browse files
committed
change callout
1 parent 84ee416 commit b5629fc

File tree

1 file changed

+6
-6
lines changed
  • content/manuals/compose/how-tos/environment-variables

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ Specifies a different path separator for items listed in `COMPOSE_FILE`.
120120

121121
When enabled, Compose doesn't try to detect orphaned containers for the project.
122122

123-
* Supported values:
124-
* `true` or `1`, to enable
125-
* `false` or `0`, to disable
126-
* Defaults to: `0`
123+
- Supported values:
124+
- `true` or `1`, to enable
125+
- `false` or `0`, to disable
126+
- Defaults to: `0`
127127

128128
### COMPOSE\_REMOVE\_ORPHANS
129129

@@ -172,7 +172,7 @@ If `COMPOSE_ENV_FILES` is not set, and you don't provide `--env-file` in the CLI
172172

173173
### COMPOSE\_MENU
174174

175-
> Available in Docker Compose version [2.26.0](/manuals/compose/releases/release-notes.md#2260) and later, and Docker Desktop version 4.29 and later.
175+
{{< introduced compose 2.26.0 "/manuals/compose/releases/release-notes.md#2260" >}}
176176

177177
When enabled, Compose displays a navigation menu where you can choose to open the Compose stack in Docker Desktop, switch on [`watch` mode](../file-watch.md), or use [Docker Debug](/reference/cli/docker/debug.md).
178178

@@ -183,7 +183,7 @@ When enabled, Compose displays a navigation menu where you can choose to open th
183183

184184
### COMPOSE\_EXPERIMENTAL
185185

186-
> Available in Docker Compose version [2.26.0](/manuals/compose/releases/release-notes.md#2260) and later, and Docker Desktop version 4.29 and later.
186+
{{< introduced compose 2.26.0 "/manuals/compose/releases/release-notes.md#2260" >}}
187187

188188
This is an opt-out variable. When turned off it deactivates the experimental features such as the navigation menu or [Synchronized file shares](/manuals/desktop/features/synchronized-file-sharing.md).
189189

0 commit comments

Comments
 (0)