mirror of https://github.com/docker/docs.git
fix: square brackets (#21698)
<!--Delete sections as needed --> ## Description I updated the heading to replace <project directory> with the HTML-escaped equivalent <project directory>. This change ensures proper rendering on the web version of the site, where raw HTML don't display correctly.. ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Editorial review Co-authored-by: Sergii Boboshko <sergii.boboshko@henesis.eu>
This commit is contained in:
parent
51c5636494
commit
14761738ce
|
@ -203,7 +203,7 @@ $ docker compose --env-file ./config/.env.dev up
|
|||
$ docker compose --env-file .env.dev up -e DATABASE_URL=mysql://new_user:new_password@new_db:3306/new_database
|
||||
```
|
||||
|
||||
### local `.env` file versus <project directory> `.env` file
|
||||
### local `.env` file versus <project directory> `.env` file
|
||||
|
||||
An `.env` file can also be used to declare [pre-defined environment variables](envvars.md) used to control Compose behavior and files to be loaded.
|
||||
|
||||
|
|
Loading…
Reference in New Issue