Skip to content

Commit 72b2f7d

Browse files
Bot Updating Templated Files
1 parent bcf329b commit 72b2f7d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ docker run -d \
152152
-e DB_DATABASE=bookstackapp \
153153
-e QUEUE_CONNECTION= `#optional` \
154154
-p 6875:80 \
155-
-v /path/to/data:/config \
155+
-v /path/to/bookstack/config:/config \
156156
--restart unless-stopped \
157157
lscr.io/linuxserver/bookstack:latest
158158
```
@@ -174,7 +174,7 @@ Containers are configured using parameters passed at runtime (such as those abov
174174
| `-e DB_PASS=yourdbpass` | for specifying the database password (minimum 4 characters & non-alphanumeric passwords must be properly escaped.) |
175175
| `-e DB_DATABASE=bookstackapp` | for specifying the database to be used |
176176
| `-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 |
178178

179179
## Environment variables from files (Docker secrets)
180180

@@ -352,6 +352,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
352352

353353
## Versions
354354

355+
* **23.12.23:** - Rebase to Alpine 3.19 with php 8.3.
355356
* **31.10.23:** - Further sanitize sed replace.
356357
* **07.06.23:** - Add mariadb-client for bookstack-system-cli support.
357358
* **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.

0 commit comments

Comments
 (0)