Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 32fccdd

Browse files
authored
Merge pull request #1845 from manuelgrabowski/patch-1
2 parents d20c3b0 + 90a879f commit 32fccdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/compose.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ to their predecessors.
1616
For example, consider this command line:
1717

1818
```
19-
$ docker-compose -f docker-compose.yml -f docker-compose.admin.yml run backup_db
19+
$ docker compose -f docker-compose.yml -f docker-compose.admin.yml run backup_db
2020
```
2121
The `docker-compose.yml` file might specify a `webapp` service.
2222

@@ -90,7 +90,7 @@ Profiles can also be set by `COMPOSE_PROFILES` environment variable.
9090
9191
### Set up environment variables
9292
93-
You can set environment variables for various docker-compose options, including the `-f`, `-p` and `--profiles` flags.
93+
You can set environment variables for various docker compose options, including the `-f`, `-p` and `--profiles` flags.
9494
9595
Setting the `COMPOSE_FILE` environment variable is equivalent to passing the `-f` flag,
9696
`COMPOSE_PROJECT_NAME` environment variable does the same for to the `-p` flag,

0 commit comments

Comments
 (0)