We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c06867b commit 1c4b11cCopy full SHA for 1c4b11c
README.md
@@ -59,7 +59,7 @@ This setup used to have default passwords for intetrnal accounts used across com
59
secure by default these have been removed and the respective containers won't start without having a password set.
60
61
Strong passwordds may be generated as follows: `./gen-passwords.sh`
62
-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
63
require options. Passwords are generated using `openssl rand -hex 16` .
64
65
DO NOT reuse any of the passwords.
0 commit comments