This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit a402635008f6859f5fd717a9d659efd8084a1713 Author: Benoit Tellier <btell...@linagora.com> AuthorDate: Sat May 29 14:29:04 2021 +0700 JAMES-3261 Useful commands: use embedded cli script for embedded images --- README.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 1de2bee..f69b533 100644 --- a/README.adoc +++ b/README.adoc @@ -185,12 +185,11 @@ To run this container : Where HOSTNAME is the hostname you want to give to your James container. This DNS entry will be used to send mail to your James server. - == Other Useful commands The base command is different whether you choose guice flavor or spring : - * guice use : `docker exec james_run java -jar /root/james-cli.jar` + * guice use : `docker exec james_run java james-cli` * spring use : `docker exec james_run /root/james-server-app-3.0.0-beta6-SNAPSHOT/bin/james-cli.sh` See https://james.apache.org/server/manage-cli.html[Manage James via the Command Line] for more info. --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org