Skip to content

Commit d8a95fa

Browse files
committed
edits
1 parent b5629fc commit d8a95fa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ See also the [command-line options overview](/reference/cli/docker/compose/_inde
6767

6868
Specifies the path to a Compose file. Specifying multiple Compose files is supported.
6969

70-
- Default behavior: If not provided, Compose looks for a file named `compose.yaml` or `docker-compose.yaml` in the current directory and, if not found, then Compose searches each parent directory recursively until a file by that name is found.
70+
- Default behavior: If not provided, Compose looks for a file named `compose.yaml` in the current directory and, if not found, then Compose searches each parent directory recursively until a file by that name is found.
7171
- When specifying multiple Compose files, the path separators are, by default, on:
7272
- Mac and Linux: `:` (colon)
7373
- Windows: `;` (semicolon)
@@ -89,7 +89,7 @@ Services with matching profiles are started as well as any services for which no
8989
For example, calling `docker compose up`with `COMPOSE_PROFILES=frontend` selects services with the
9090
`frontend` profile as well as any services without a profile specified.
9191

92-
If specifying multiple profiles, use a comma as separator.
92+
If specifying multiple profiles, use a comma as a separator.
9393

9494
This following example enables all services matching both the `frontend` and `debug` profiles and services without a profile.
9595

@@ -127,11 +127,11 @@ When enabled, Compose doesn't try to detect orphaned containers for the project.
127127

128128
### COMPOSE\_REMOVE\_ORPHANS
129129

130-
When enabled, Compose automatically removes orphaned containers when updating a service or stack. Orphaned containers are those that were created by a previous configuration but are no longer defined in the current `compose.yml` file.
130+
When enabled, Compose automatically removes orphaned containers when updating a service or stack. Orphaned containers are those that were created by a previous configuration but are no longer defined in the current `compose.yaml` file.
131131

132132
- Supported values:
133133
- `true` or `1`, to enable automatic removal of orphaned containers
134-
- `false` or `0`, to disable automatic removal. Compose displays a warning about orphaned containers instead
134+
- `false` or `0`, to disable automatic removal. Compose displays a warning about orphaned containers instead.
135135
- Defaults to: `0`
136136

137137
### COMPOSE\_PARALLEL\_LIMIT

content/manuals/compose/install/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If you have already installed Docker Desktop, you can check which version of Com
4747
4848
> [!IMPORTANT]
4949
>
50-
> This is only available on Linux
50+
> This install scenario is only available on Linux.
5151
5252
If you already have Docker Engine and Docker CLI installed, you can install the Docker Compose plugin from the command line, by either:
5353
- [Using Docker's repository](linux.md#install-using-the-repository)

0 commit comments

Comments
 (0)