Remove trailing dot from filename

This commit is contained in:
Kaden Scott 2021-05-01 21:53:29 -04:00 committed by GitHub
parent 9a771141ae
commit 291db7791f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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