Skip to content

Commit b270eaf

Browse files
committed
Add: password restriction match to db image manual
per linuxserver/mariadb/, the required DATABASE_PASSWORD must > 4
1 parent e654f6c commit b270eaf

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 (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.) |
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)