Skip to content

Commit 104d1bd

Browse files
authored
fix wrong database root password variable name (#126)
using LB_DB_USER_PWD leads to errors when installing the application
1 parent a8b9c0d commit 104d1bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
(if you are using a custom URL-path)
99
- Enter the installation password (docker variable `LB_INSTALL_PWD`)
1010
- Enter the database root user: `root`
11-
- Enter the database root password (docker variable `LB_DB_USER_PWD`)
11+
- Enter the database root password (docker variable `MYSQL_ROOT_PASSWORD`)
1212
- Select `Create the database`
1313
- Select `Create the database user`
1414
- Click on the register link, at the bottom of the web page

0 commit comments

Comments
 (0)