From: Thomas B Date: Sun, 27 Sep 2020 19:31:37 +0000 (+0200) Subject: Update README.md X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=23d8f4dece0ea459469ffa5af4eb338c0e7c3f14;p=roundcube-roundcubemail-docker.git Update README.md Add portmapping to `docker run` example (#100) --- diff --git a/README.md b/README.md index e7c79be..452763a 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=mail -e ROUNDCUBEMAIL_SMTP_SERVER=mail -d roundcube/roundcubemail +docker run -e ROUNDCUBEMAIL_DEFAULT_HOST=mail -e ROUNDCUBEMAIL_SMTP_SERVER=mail -p 8000:80 -d roundcube/roundcubemail ``` where `mail` should be replaced by your host name for the IMAP and SMTP server.