diff --git a/README.md b/README.md index 8c5a6cd..b37cb1b 100644 --- a/README.md +++ b/README.md @@ -395,7 +395,7 @@ You can populate below template according to your requirements and use it as you # EMAIL_SMTP_PORT="" ``` -In case you encouter double quoted values in your configuration you might be running an [older version of `docker-compose`]. +In case you encouter double quoted values in your configuration you might be running an [older version of `docker-compose`][compose-issue]. You can work around this by either updating `docker-compose` or unquoting your configuration values. [compose-issue]: https://github.com/docker/compose/issues/2854