From 484e0de1b04c5c6b9f5e78db3b4b451806189264 Mon Sep 17 00:00:00 2001 From: Gwendolynne Barr <31074572+gbarr01@users.noreply.github.com> Date: Wed, 18 Oct 2017 11:39:55 -0700 Subject: [PATCH] Update environment-variables.md --- compose/environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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