From b270eaf8a27a2f3b96710498c1b005e97de577b0 Mon Sep 17 00:00:00 2001 From: Jason Teng Date: Sun, 6 Aug 2023 23:11:03 -0700 Subject: [PATCH] Add: password restriction match to db image manual per linuxserver/mariadb/, the required DATABASE_PASSWORD must > 4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10752b2..8e6d255 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ Container images are configured using parameters passed at runtime (such as thos | `-e DB_HOST=` | for specifying the database host | | `-e DB_PORT=` | for specifying the database port if not default 3306 | | `-e DB_USER=` | for specifying the database user | -| `-e DB_PASS=` | for specifying the database password (non-alphanumeric passwords must be properly escaped.) | +| `-e DB_PASS=` | for specifying the database password (minimum 4 characters & non-alphanumeric passwords must be properly escaped.) | | `-e DB_DATABASE=bookstackapp` | for specifying the database to be used | | `-v /config` | this will store any uploaded data on the docker host |