Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DoTheEvo committed Jun 24, 2020
1 parent a7a6e15 commit 2072efb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ Often the `.env` file is used as `env_file`
Variables in this file will be available in the running container,
but not during building of the container.

So a setup having `env_file: .env` in the compose mixes these two together.

Benefit is that you do not need to make changes at multiple places,
adding variable or changing its name in `.env` does not require
to also go in to compose to add/change it there..</br>
Expand Down

0 comments on commit 2072efb

Please sign in to comment.