mirror of https://github.com/docker/docs.git
Removed redundant 'if you' phrasing in Specify a project name page (#19492)
This commit is contained in:
parent
9ab6a10806
commit
1f61247594
|
@ -33,10 +33,10 @@ The precedence order for each method, from highest to lowest, is as follows:
|
|||
1. The `-p` command line flag.
|
||||
2. The [COMPOSE_PROJECT_NAME environment variable](environment-variables/envvars.md).
|
||||
3. The [top-level `name:` attribute](compose-file/04-version-and-name.md) in your Compose file. Or the last `name:` if you [specify multiple Compose files](multiple-compose-files/merge.md) in the command line with the `-f` flag.
|
||||
4. The base name of the project directory containing your Compose file. Or the base name of the first Compose file if you if you [specify multiple Compose files](multiple-compose-files/merge.md) in the command line with the `-f` flag.
|
||||
4. The base name of the project directory containing your Compose file. Or the base name of the first Compose file if you [specify multiple Compose files](multiple-compose-files/merge.md) in the command line with the `-f` flag.
|
||||
5. The base name of the current directory if no Compose file is specified.
|
||||
|
||||
## What's next?
|
||||
|
||||
- Read up on [working with multiple Compose files](multiple-compose-files/_index.md).
|
||||
- Explore some [sample apps](samples-for-compose.md).
|
||||
- Explore some [sample apps](samples-for-compose.md).
|
||||
|
|
Loading…
Reference in New Issue