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
+3-2
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@ docker run -d \
152
152
-e DB_DATABASE=bookstackapp \
153
153
-e QUEUE_CONNECTION= `#optional` \
154
154
-p 6875:80 \
155
-
-v /path/to/data:/config \
155
+
-v /path/to/bookstack/config:/config \
156
156
--restart unless-stopped \
157
157
lscr.io/linuxserver/bookstack:latest
158
158
```
@@ -174,7 +174,7 @@ Containers are configured using parameters passed at runtime (such as those abov
174
174
|`-e DB_PASS=yourdbpass`| for specifying the database password (minimum 4 characters & non-alphanumeric passwords must be properly escaped.) |
175
175
|`-e DB_DATABASE=bookstackapp`| for specifying the database to be used |
176
176
|`-e QUEUE_CONNECTION=`| Set to `database` to enable async actions like sending email or triggering webhooks. See [documentation](https://www.bookstackapp.com/docs/admin/email-webhooks/#async-action-handling). |
177
-
|`-v /config`|this will store any uploaded data on the docker host|
177
+
|`-v /config`|Persistent config files|
178
178
179
179
## Environment variables from files (Docker secrets)
180
180
@@ -352,6 +352,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
352
352
353
353
## Versions
354
354
355
+
***23.12.23:** - Rebase to Alpine 3.19 with php 8.3.
355
356
***31.10.23:** - Further sanitize sed replace.
356
357
***07.06.23:** - Add mariadb-client for bookstack-system-cli support.
357
358
***25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
0 commit comments