diff --git a/README.md b/README.md index 216f64a477b1b6d3251c0de1e8e8285664962802..d9908849b26909e3c4b1bddd6b4cc607999bae99 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ These Playbooks are designed to be used on Debian Stretch virtual servers. ## Discourse -Ansible Playbooks to install Discourse via Docker on a Debian Stretch virtual -server and to configure the virtual server to use Postfix for incoming and -outgoing emails (there is also a not-quite-working and, for now, abandoned -[exim branch](https://git.coop/cotech/ansible/tree/exim). +Ansible Playbooks to [install Discourse via +Docker](https://github.com/discourse/discourse_docker) on a Debian Stretch +virtual server and to configure the virtual server to use Postfix for incoming +and outgoing emails (there is also a not-quite-working and, for now, abandoned +[exim branch](https://git.coop/cotech/ansible/tree/exim)). The email setup is based on the [mail-reciever Docker container](https://github.com/discourse/mail-receiver) plus [this pull