Revert "Add: password restriction match to db image manual"

This reverts commit b270eaf8a27a2f3b96710498c1b005e97de577b0.
This commit is contained in:
Jason Teng 2023-08-06 23:30:33 -07:00
parent b270eaf8a2
commit bb3a6b4f05
No known key found for this signature in database
GPG Key ID: FADBE434F1369213

View File

@ -173,7 +173,7 @@ Container images are configured using parameters passed at runtime (such as thos
| `-e DB_HOST=<yourdbhost>` | for specifying the database host |
| `-e DB_PORT=<yourdbport>` | for specifying the database port if not default 3306 |
| `-e DB_USER=<yourdbuser>` | for specifying the database user |
| `-e DB_PASS=<yourdbpass>` | for specifying the database password (minimum 4 characters & non-alphanumeric passwords must be properly escaped.) |
| `-e DB_PASS=<yourdbpass>` | for specifying the database password (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 |