Skip to content

Commit bb3a6b4

Browse files
committed
Revert "Add: password restriction match to db image manual"
This reverts commit b270eaf.
1 parent b270eaf commit bb3a6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Container images are configured using parameters passed at runtime (such as thos
173173
| `-e DB_HOST=<yourdbhost>` | for specifying the database host |
174174
| `-e DB_PORT=<yourdbport>` | for specifying the database port if not default 3306 |
175175
| `-e DB_USER=<yourdbuser>` | for specifying the database user |
176-
| `-e DB_PASS=<yourdbpass>` | for specifying the database password (minimum 4 characters & non-alphanumeric passwords must be properly escaped.) |
176+
| `-e DB_PASS=<yourdbpass>` | for specifying the database password (non-alphanumeric passwords must be properly escaped.) |
177177
| `-e DB_DATABASE=bookstackapp` | for specifying the database to be used |
178178
| `-v /config` | this will store any uploaded data on the docker host |
179179

0 commit comments

Comments
 (0)