From eb2bbfc6723bcacf94b3998f64ce6d03391682af Mon Sep 17 00:00:00 2001 From: Atharva Katiyar <140249176+AtharvaKatiyar@users.noreply.github.com> Date: Thu, 9 Apr 2026 02:36:27 +0530 Subject: [PATCH] Fix formatting in Elasticsearch Docker command --- 04-using-3rd-party-containers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04-using-3rd-party-containers/README.md b/04-using-3rd-party-containers/README.md index c9451d29..7a629ff4 100644 --- a/04-using-3rd-party-containers/README.md +++ b/04-using-3rd-party-containers/README.md @@ -318,7 +318,7 @@ docker run -d --rm \ https://hub.docker.com/_/elasticsearch ```bash docker run -d --rm \ - -v elasticsearchdata:/usr/share/elasticsearch/data + -v elasticsearchdata:/usr/share/elasticsearch/data \ -e ELASTIC_PASSWORD=foobarbaz \ -e "discovery.type=single-node" \ -p 9200:9200 \