You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ Container images are configured using parameters passed at runtime (such as thos
158
158
|`-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`|
159
159
|`-e DB_HOST=<yourdbhost>`| for specifying the database host |
160
160
|`-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.) |
162
162
|`-e DB_DATABASE=bookstackapp`| for specifying the database to be used |
163
163
|`-v /config`| this will store any uploaded data on the docker host |
0 commit comments