mirror of https://github.com/docker/docs.git
Remove trailing dot from filename
This commit is contained in:
parent
9a771141ae
commit
291db7791f
|
@ -32,7 +32,7 @@ You can set default values for any environment variables referenced in the
|
|||
Compose file, or used to configure Compose, in an [environment file](env-file.md)
|
||||
named `.env`. The `.env` file path is as follows:
|
||||
|
||||
- Starting with `+v1.28`, `.env.` file is placed at the base of the project directory
|
||||
- Starting with `+v1.28`, `.env` file is placed at the base of the project directory
|
||||
- For previous versions, it is placed in the current working directory where the
|
||||
Docker Compose command is executed unless a `--project-directory` is defined which
|
||||
overrides the path for the `.env` file. This inconsistency is addressed
|
||||
|
|
Loading…
Reference in New Issue