quantranhong1999 commented on code in PR #1109:
URL: https://github.com/apache/james-project/pull/1109#discussion_r940877469


##########
src/site/markdown/server/install/guice-cassandra-rabbitmq-s3.md:
##########
@@ -44,12 +44,11 @@ You also need to generate a keystore in your conf folder 
with the following comm
 $ keytool -genkey -alias james -keyalg RSA -keystore conf/keystore
 ```
 
-You need to have a Cassandra, ElasticSearch, S3 and RabbitMQ instance running. 
You can either install the servers or launch them via docker:
+You need to have a Cassandra, OpenSearch, S3 and RabbitMQ instance running. 
You can either install the servers or launch them via docker:
 
 ```bash
 $ docker run -d -p 9042:9042 --name=cassandra cassandra:3.11.10
-$ docker run -d -p 9200:9200 --name=elasticsearch --env 
'discovery.type=single-node' 
docker.elastic.co/elasticsearch/elasticsearch:7.10.2
-$ docker run -d -p 5672:5672 -p 15672:15672 --name=rabbitmq 
rabbitmq:3.9.18-management
+$ docker run -d --network james -p 9200:9200 --name=opensearch --env 
'discovery.type=single-node' opensearchproject/opensearch:2.1.0$ docker run -d 
-p 5672:5672 -p 15672:15672 --name=rabbitmq rabbitmq:3.9.18-management

Review Comment:
   ```suggestion
   $ docker run -d --network james -p 9200:9200 --name=opensearch --env 
'discovery.type=single-node' opensearchproject/opensearch:2.1.0
   $ docker run -d -p 5672:5672 -p 15672:15672 --name=rabbitmq 
rabbitmq:3.9.18-management
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to