Removed redundant 'if you' phrasing in Specify a project name page (#19492)

This commit is contained in:
smolpaw 2024-02-23 20:39:18 +05:45 committed by GitHub
parent 9ab6a10806
commit 1f61247594
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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).