We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c3378 commit 42f21a8Copy full SHA for 42f21a8
docs/reference/setup/install/docker.asciidoc
@@ -49,7 +49,7 @@ Elasticsearch can be quickly started for development or testing use with the fol
49
50
["source","sh",subs="attributes"]
51
--------------------------------------------
52
-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}
53
54
55
endif::[]
0 commit comments