Fixing typo in file name. (#64230)
This commit is contained in:
parent
0cba23e08f
commit
ce4ec307a2
|
@ -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]
|
||||
--------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue