Fix markdown formatting

This commit is contained in:
Michelle Sausa 2018-10-03 12:28:33 -06:00
parent 4840743945
commit 31ae0b817f
1 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ Run Elasticsearch:
```console
$ docker run -d --name elasticsearch --net somenetwork -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" elasticsearch:tag
```
## Running in Production Mode
See [Install Elasticsearch with Docker](https://www.elastic.co/guide/en/elasticsearch/reference/6.x/docker.html)