doc: correct minor mistake

This commit is contained in:
Pascal Loth 2020-04-14 20:08:11 +02:00 committed by GitHub
parent c06867bce2
commit 1c4b11c2eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ This setup used to have default passwords for intetrnal accounts used across com
secure by default these have been removed and the respective containers won't start without having a password set.
Strong passwordds may be generated as follows: `./gen-passwords.sh`
This will modify your `.env` file (a backup is saved in `.env.backup`) and set strong passwords for each of the
This will modify your `.env` file (a backup is saved in `.env.bak`) and set strong passwords for each of the
require options. Passwords are generated using `openssl rand -hex 16` .
DO NOT reuse any of the passwords.