Skip to content

Commit f224890

Browse files
authored
Update README.md
1 parent 11d8054 commit f224890

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
@@ -158,7 +158,7 @@ Container images are configured using parameters passed at runtime (such as thos
158158
| `-e APP_URL=` | for specifying the IP:port or URL your application will be accessed on (ie. `http://192.168.1.1:6875` or `https://bookstack.mydomain.com` |
159159
| `-e DB_HOST=<yourdbhost>` | for specifying the database host |
160160
| `-e DB_USER=<yourdbuser>` | for specifying the database user |
161-
| `-e DB_PASS=<yourdbpass>` | for specifying the database password |
161+
| `-e DB_PASS=<yourdbpass>` | for specifying the database password (non-alphanumeric passwords must be properly escaped.) |
162162
| `-e DB_DATABASE=bookstackapp` | for specifying the database to be used |
163163
| `-v /config` | this will store any uploaded data on the docker host |
164164

0 commit comments

Comments
 (0)