Fixing typo in file name. (#64230)

This commit is contained in:
Adam Locke 2020-10-27 11:22:44 -04:00 committed by GitHub
parent 0cba23e08f
commit ce4ec307a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -349,7 +349,7 @@ without specifying them directly.
For example, to set the {es} bootstrap password from a file, you can bind mount the
file and set the `ELASTIC_PASSWORD_FILE` environment variable to the mount location.
If you mount the password file to `/run/secrets/password.txt`, specify:
If you mount the password file to `/run/secrets/bootstrapPassword.txt`, specify:
[source,sh]
--------------------------------------------