Do not use tls:// in example (review comment)

This commit is contained in:
Aaron Spettl
2018-08-08 19:27:13 +02:00
parent 144c09087a
commit 1acb5c78bc

View File

@@ -7,7 +7,7 @@
The simplest method is to run the official image:
```
docker run -e ROUNDCUBEMAIL_DEFAULT_HOST=tls://mail -e ROUNDCUBEMAIL_SMTP_SERVER=tls://mail -d roundcube/roundcubemail
docker run -e ROUNDCUBEMAIL_DEFAULT_HOST=mail -e ROUNDCUBEMAIL_SMTP_SERVER=mail -d roundcube/roundcubemail
```
where `mail` should be replaced by your host name for the IMAP and SMTP server.