Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion compose/env-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down