diff --git a/README.md b/README.md index 481f46c..f4a0711 100644 --- a/README.md +++ b/README.md @@ -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.