Skip to content

Commit

Permalink
Docs: Expose transport port in dev example
Browse files Browse the repository at this point in the history
Exposing the transport port helps testing of the transport client.

Relates:
#26289 (comment)
  • Loading branch information
dliappis committed Sep 14, 2017
1 parent 13c3378 commit 42f21a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/setup/install/docker.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Elasticsearch can be quickly started for development or testing use with the fol

["source","sh",subs="attributes"]
--------------------------------------------
docker run -p 9200:9200 -e "discovery.type=single-node" {docker-image}
docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" {docker-image}
--------------------------------------------

endif::[]
Expand Down

0 comments on commit 42f21a8

Please sign in to comment.