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 540104ece665a2ca1de0d6184bbc5d4f5a751a1b Author: Benoit Tellier <[email protected]> AuthorDate: Wed Jun 5 17:16:19 2019 +0700 JAMES-2767 Use an existing ElasticSearch image in the readme --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 8e0bd46..e8f0810 100644 --- a/README.adoc +++ b/README.adoc @@ -229,7 +229,7 @@ You need a running *swift* objectstorage in docker. To achieve this run: You need a running *ElasticSearch* in docker. To achieve this run: - $ docker run -d --name=elasticsearch --env 'discovery.type=single-node' elasticsearch:6.3.2 + $ docker run -d --name=elasticsearch --env 'discovery.type=single-node' docker.elastic.co/elasticsearch/elasticsearch:6.3.2 If you want to use all the JMAP search capabilities, you may also need to start Tika: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
