Skip to content

Commit 484e0de

Browse files
gbarr01Misty Stanley-Jones
authored and
Misty Stanley-Jones
committed
Update environment-variables.md
1 parent bece129 commit 484e0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Values in the shell take precedence over those specified in the `.env` file. If
8989
web:
9090
image: 'webapp:v2.0'
9191

92-
When values are provided both with shell `environment` variable and with an `env_file` configuration file, values of environment variables will be taken **from environment key first and then from environment file, then from a `Dockerfile` `ENV`–entry**:
92+
When values are provided both with a shell `environment` variable and with an `env_file` configuration file, values of environment variables will be taken **from environment key first and then from environment file, then from a `Dockerfile` `ENV`–entry**:
9393

9494
$ cat ./Docker/api/api.env
9595
NODE_ENV=test

0 commit comments

Comments
 (0)