Skip to content

Commit 1476173

Browse files
b-c-vsergiihenesis
andauthored
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 <[email protected]>
1 parent 51c5636 commit 1476173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/compose/how-tos/environment-variables/variable-interpolation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ $ docker compose --env-file ./config/.env.dev up
203203
$ docker compose --env-file .env.dev up -e DATABASE_URL=mysql://new_user:new_password@new_db:3306/new_database
204204
```
205205

206-
### local `.env` file versus <project directory> `.env` file
206+
### local `.env` file versus &lt;project directory&gt; `.env` file
207207

208208
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.
209209

0 commit comments

Comments
 (0)