[DOCS] Update reset password command (#119459) (#119493)

Update syntax and add the `-u` option for the `elastic` user
# Conflicts:
#	docs/setup/docker.asciidoc
This commit is contained in:
Adam Locke 2021-11-23 10:55:42 -05:00 committed by GitHub
parent 6de476a700
commit 8472063205
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ For example:
[source,sh]
----
docker exec -it es-node01 /usr/share/elasticsearch/bin/elasticsearch-reset-password
docker exec -it es-node01 /usr/share/elasticsearch/bin/elasticsearch-reset-password -u elastic
----
====