JAMES-1994 Correct startup command
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/ace4fd42 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/ace4fd42 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/ace4fd42 Branch: refs/heads/master Commit: ace4fd422d65aed8c0c86bf5748f33df6df22abb Parents: 47d8553 Author: benwa <[email protected]> Authored: Thu Apr 13 07:35:29 2017 +0700 Committer: benwa <[email protected]> Committed: Wed May 3 15:02:41 2017 +0700 ---------------------------------------------------------------------- src/homepage/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/ace4fd42/src/homepage/index.html ---------------------------------------------------------------------- diff --git a/src/homepage/index.html b/src/homepage/index.html index 2622a19..2fb9a18 100644 --- a/src/homepage/index.html +++ b/src/homepage/index.html @@ -98,7 +98,7 @@ WHAT WILL I TRY:</b><br> </li> <li class="post-template"><span class="long-arrow-right">→</span><span><b>STEPS YOU HAVE TO FOLLOW:</b><br> Pull the James image with the following single command starting the three components:<br><br> - <code class="highlighter-rouge">docker pull linagora/james-jpa-sample</code> + <code class="highlighter-rouge">docker run -p "25:25" -p "143:143" linagora/james-jpa-sample</code> <br><br> Then, connect this image with for instance, Thunderbird.<br> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
