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
@@ -124,7 +124,7 @@ Container images are configured using parameters passed at runtime (such as thos
124
124
|`-e DB_USER=<yourdbuser>`| for specifying the database user |
125
125
|`-e DB_PASS=<yourdbpass>`| for specifying the database password |
126
126
|`-e DB_DATABASE=bookstackapp`| for specifying the database to be used |
127
-
|`-e APP_URL=your.site.here.xyz`| for specifying the url your application will be accessed on (required for correct operation of reverse proxy) |
127
+
|`-e APP_URL=http://your.site.here.xyz`| for specifying the url your application will be accessed on (required for correct operation of reverse proxy) |
128
128
|`-v /config`| this will store any uploaded data on the docker host |
0 commit comments