diff --git a/docs/en/getting-started/get-started-docker.asciidoc b/docs/en/getting-started/get-started-docker.asciidoc index 909691f66..0b0d75c9c 100644 --- a/docs/en/getting-started/get-started-docker.asciidoc +++ b/docs/en/getting-started/get-started-docker.asciidoc @@ -155,9 +155,6 @@ and join the lines before running this command. ---- docker exec es01 /bin/bash -c "bin/elasticsearch-setup-passwords \ auto --batch \ --Expack.security.http.ssl.certificate=certificates/es01/es01.crt \ --Expack.security.http.ssl.certificate_authorities=certificates/ca/ca.crt \ --Expack.security.http.ssl.key=certificates/es01/es01.key \ --url https://es01:9200" ---- @@ -209,7 +206,7 @@ endif::[] -- ["source","sh"] ---- -docker-compose stop +docker-compose -f elastic-docker-tls.yml stop docker-compose -f elastic-docker-tls.yml up -d ---- --