File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ Container images are configured using parameters passed at runtime (such as thos
173
173
| ` -e DB_HOST=<yourdbhost> ` | for specifying the database host |
174
174
| ` -e DB_PORT=<yourdbport> ` | for specifying the database port if not default 3306 |
175
175
| ` -e DB_USER=<yourdbuser> ` | for specifying the database user |
176
- | ` -e DB_PASS=<yourdbpass> ` | for specifying the database password (non-alphanumeric passwords must be properly escaped.) |
176
+ | ` -e DB_PASS=<yourdbpass> ` | for specifying the database password (minimum 4 characters & non-alphanumeric passwords must be properly escaped.) |
177
177
| ` -e DB_DATABASE=bookstackapp ` | for specifying the database to be used |
178
178
| ` -v /config ` | this will store any uploaded data on the docker host |
179
179
You can’t perform that action at this time.
0 commit comments