diff --git a/compose/env-file.md b/compose/env-file.md index f543f32bcaa5..0aa5309b187f 100644 --- a/compose/env-file.md +++ b/compose/env-file.md @@ -6,7 +6,9 @@ title: Declare default environment variables in file Compose supports declaring default environment variables in an environment file named `.env` placed in the folder where the `docker-compose` command is executed -*(current working directory)*. +*(current working directory)*. + +If you do not wish for Compose to read your `.env` file - use `--skip-env-file` option. ## Syntax rules