Skip to content

Commit

Permalink
Merge pull request #287 from humanmade/backport-284-to-v6-branch
Browse files Browse the repository at this point in the history
[Backport v6-branch] Docs: Use markdown for code formatting
  • Loading branch information
roborourke authored May 11, 2021
2 parents 931feaa + d40965c commit 6fcdcce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ The ElasticSearch hostname is not directly exposed however you can find the dyna

You should see output similar to this:

<pre><code>
project_elasticsearch_1 /elastic-entrypoint.sh ela ... Up (healthy) <strong>0.0.0.0:32871</strong>->9200/tcp, 9300/tcp
</code></pre>
```
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
Expand Down

0 comments on commit 6fcdcce

Please sign in to comment.