From 414f65346c4f7a87ee101cb4fa4d801ce808df0d Mon Sep 17 00:00:00 2001 From: simon987 Date: Sun, 7 Nov 2021 13:18:32 -0500 Subject: [PATCH] Update docker command in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 874cde4..5888a31 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ sist2 (Simple incremental search tool) 1. Download [from official website](https://www.elastic.co/downloads/elasticsearch) 1. *(or)* Run using docker: ```bash - docker run -d --name es1 -p 9201:9200 -e "discovery.type=single-node" elasticsearch:7.14.0 + docker run -d -p 9200:9200 -e "discovery.type=single-node" elasticsearch:7.14.0 ``` 1. *(or)* Run using docker-compose: ```yaml