fix: square brackets (#21698)

<!--Delete sections as needed -->

## Description

I updated the heading to replace <project directory> with the
HTML-escaped equivalent &lt;project directory&gt;. 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:
Sergii 2025-01-06 10:51:12 +01:00 committed by GitHub
parent 51c5636494
commit 14761738ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 &lt;project directory&gt; `.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.