Skip to content

Commit 42f21a8

Browse files
committed
Docs: Expose transport port in dev example
Exposing the transport port helps testing of the transport client. Relates: #26289 (comment)
1 parent 13c3378 commit 42f21a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/setup/install/docker.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Elasticsearch can be quickly started for development or testing use with the fol
4949

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

5555
endif::[]

0 commit comments

Comments
 (0)