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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -158,8 +158,8 @@ 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 (non-alphanumeric passwords must be properly escaped.) |
162
-
|`-e DB_DATABASE=bookstackapp`| for specifying the database to be used |
161
+
|`-e DB_PASS=<yourdbpass>`| for specifying the database password |
162
+
|`-e DB_DATABASE=bookstackapp`| for specifying the database to be used (non-alphanumeric passwords must be properly escaped.) |
163
163
|`-v /config`| this will store any uploaded data on the docker host |
164
164
165
165
## Environment variables from files (Docker secrets)
0 commit comments