Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pratik-k2 authored Nov 7, 2023
1 parent 9f91df0 commit efcf519
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!-- Use this command to run the elasticsearch container -->
docker run -p 9200:9200 -p 9300:9300 --name elasticsearch -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.17.14
Use this command to run the elasticsearch container
<docker run -p 9200:9200 -p 9300:9300 --name elasticsearch -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.17.14>

<!-- Update the host where elasticsearch container is deployed in elasticsearch.js -->
Update the host where elasticsearch container is deployed in elasticsearch.js

<!-- Install the node modules -->
Install the node modules

<!-- Run index.js -->
Run index.js

<!-- Run curls from curl.sh -->
Run curls from curl.sh

0 comments on commit efcf519

Please sign in to comment.