Skip to content

Commit 83694c3

Browse files
authored
Update docker image (#90730)
1 parent 8c44ed1 commit 83694c3

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
@@ -198,7 +198,7 @@ minimum and maximum JVM heap size to 1 GB:
198198

199199
[source,sh,subs="attributes"]
200200
----
201-
docker run -e ES_JAVA_OPTS="-Xms1g -Xmx1g" -e ENROLLMENT_TOKEN="<token>" --name es02 -p 9201:9200 --net elastic -it docker.elastic.co/elasticsearch/elasticsearch:{docker-image}
201+
docker run -e ES_JAVA_OPTS="-Xms1g -Xmx1g" -e ENROLLMENT_TOKEN="<token>" --name es02 -p 9201:9200 --net elastic -it {docker-image}
202202
----
203203

204204
===== Next steps

0 commit comments

Comments
 (0)