From d40965c4593bded060a98beb5724b6587e979b8e Mon Sep 17 00:00:00 2001 From: Samantha Miller Date: Tue, 11 May 2021 10:31:50 +0000 Subject: [PATCH] Use markdown code formatting --- docs/elasticsearch.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/elasticsearch.md b/docs/elasticsearch.md index fc9bd92a..992e6a48 100644 --- a/docs/elasticsearch.md +++ b/docs/elasticsearch.md @@ -39,11 +39,11 @@ The ElasticSearch hostname is not directly exposed however you can find the dyna You should see output similar to this: -

-project_elasticsearch_1   /elastic-entrypoint.sh ela ...   Up (healthy)   0.0.0.0:32871->9200/tcp, 9300/tcp
-
+``` +project_elasticsearch_1 /elastic-entrypoint.sh ela ... Up (healthy) 0.0.0.0:32871->9200/tcp, 9300/tcp +``` -Copy the mapped IP and port (highlighted in bold above) and use it to query ElasticSearch directly: +Copy the mapped IP and port (`0.0.0.0:32871` in the example above) and use it to query ElasticSearch directly: ``` curl -XGET http://0.0.0.0:32871