From 79ef26b640667df7c7324bdda9434f8b07d542e2 Mon Sep 17 00:00:00 2001 From: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> Date: Wed, 20 Jan 2021 18:32:44 +0000 Subject: [PATCH] Minor update --- 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 aa898fecfb..f81e14903f 100644 --- a/compose/environment-variables.md +++ b/compose/environment-variables.md @@ -24,7 +24,7 @@ web: If you have multiple environment variables, you can substitute them by providing a path to your environment variables file. By default, the `docker-compose` command will look for a file named `.env` in the project directory (parent folder -of your compose file). +of your Compose file). By passing the file as an argument, you can store it anywhere and name it appropriately, for example, `.env.ci`, `.env.dev`, `.env.prod`. Passing the file path is