Skip to content

Commit 2b22783

Browse files
committed
fix: square brackets
1 parent 73d74ad commit 2b22783

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)