diff --git a/images/docker-bookstack.md b/images/docker-bookstack.md index 5225968b7d..becf52dd64 100644 --- a/images/docker-bookstack.md +++ b/images/docker-bookstack.md @@ -155,7 +155,7 @@ Docker images are configured using parameters passed at runtime (such as those a | `DB_HOST=` | for specifying the database host | | `DB_PORT=` | for specifying the database port if not default 3306 | | `DB_USER=` | for specifying the database user | -| `DB_PASS=` | for specifying the database password (non-alphanumeric passwords must be properly escaped.) | +| `DB_PASS=` | for specifying the database password (minimum 4 characters & non-alphanumeric passwords must be properly escaped.) | | `DB_DATABASE=bookstackapp` | for specifying the database to be used | ### Volume Mappings (`-v`)