diff --git a/README.md b/README.md index 1d0e251..5b88569 100644 --- a/README.md +++ b/README.md @@ -71,13 +71,13 @@ Also the compose file looks less cramped. Only issue is that **all** variables from the `.env` file are available in all containers that use this `env_file: .env` method.
-That can lead to potential issues if some containers picks up enviroment +That can lead to potential issues if a container picks up enviroment variable that is intented for a different container of the stack. -This is tested and works in all setups here, but if you start to use this -everywhere without understanding it, you can encounter unknown issues. +In the setups here it works and is tested, but if you start to use this +everywhere without understanding it, you can encounter issues. So first troubleshooting step should be abandoning `.env` and write out -the variables directly in the compose file. +the variables directly in the compose file under containers that want them. --- @@ -109,6 +109,8 @@ really the username, not some placeholder. Only the password(actual value of apikey) changes, which you generate in apikey section on SendGrid website. +Though I heard complains lately that is not as easy as it was to register on SendGrid. + --- ### Cloudflare