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