doc: Remove unnecessary quotes

Closes #406
This commit is contained in:
Antoine Cotten 2019-06-28 23:26:41 +02:00
parent d65e62b030
commit 253f4b5083
No known key found for this signature in database
GPG Key ID: 94637E68D4A79DD0
1 changed files with 1 additions and 1 deletions

View File

@ -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