doc: Remove unnecessary quotes

Closes #406
parent d65e62b0
...@@ -122,7 +122,7 @@ Although all stack components work out-of-the-box with this user, we strongly re ...@@ -122,7 +122,7 @@ Although all stack components work out-of-the-box with this user, we strongly re
users][builtin-users] instead for increased security. Passwords for these users must be initialized: users][builtin-users] instead for increased security. Passwords for these users must be initialized:
```console ```console
$ docker-compose exec -T elasticsearch 'bin/elasticsearch-setup-passwords' auto --batch $ docker-compose exec -T elasticsearch bin/elasticsearch-setup-passwords auto --batch
``` ```
Passwords for all 6 built-in users will be randomly generated. Take note of them and replace the `elastic` username with Passwords for all 6 built-in users will be randomly generated. Take note of them and replace the `elastic` username with
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment