Skip to content

Commit

Permalink
Fixz ReST again
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Nov 23, 2023
1 parent 7c7707c commit 2040ba0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ Steps to start the example OpenSearch Server with the ``ingest-attachment`` plug

- locally build the custom OpenSearch Docker image enriched with the plugin using::

docker buildx use default
docker buildx build --tag opensearch-ingest-attachment:latest Dockerfile
docker buildx use default
docker buildx build --tag opensearch-ingest-attachment:latest Dockerfile

- start the cluster with ``docker-compose up``.

Expand Down Expand Up @@ -363,9 +363,7 @@ Run the cluster with::
source .env
docker-compose up

First you need to set the passwords for the ElasticSearch, execute the following command and note the passwords printed on the console.

::
First you need to set the passwords for the ElasticSearch, execute the following command and note the passwords printed on the console::

docker exec -it elasticsearch /usr/share/elasticsearch/bin/elasticsearch-setup-passwords auto

Expand Down

0 comments on commit 2040ba0

Please sign in to comment.