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 |