diff --git a/compose/environment-variables.md b/compose/environment-variables.md index 99a39886ad..84e798a6a4 100644 --- a/compose/environment-variables.md +++ b/compose/environment-variables.md @@ -89,7 +89,7 @@ Values in the shell take precedence over those specified in the `.env` file. If web: image: 'webapp:v2.0' -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**: +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**: $ cat ./Docker/api/api.env NODE_ENV=test