Update to Bookstack v25.05
This commit is contained in:
parent
e02a8c1e01
commit
f24a9ba74f
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
FROM alpine:3 as bookstack
|
||||
ENV BOOKSTACK_VERSION=24.10.2
|
||||
ENV BOOKSTACK_VERSION=25.05
|
||||
RUN apk add --no-cache curl tar
|
||||
RUN set -x; \
|
||||
curl -SL -o bookstack.tar.gz https://github.com/BookStackApp/BookStack/archive/v${BOOKSTACK_VERSION}.tar.gz \
|
||||
|
|
|
@ -32,8 +32,8 @@ docker run -d --net bookstack_nw \
|
|||
-e DB_PASSWORD=secret \
|
||||
-e APP_URL=http://example.com \
|
||||
-p 8080:8080 \
|
||||
--name="bookstack_24.10.2" \
|
||||
registry.git.tdpain.net/pkg/docker-bookstack:24.10.2
|
||||
--name="bookstack_25.05" \
|
||||
registry.git.tdpain.net/pkg/docker-bookstack:25.05
|
||||
```
|
||||
|
||||
The APP_URL parameter should be the base URL for your BookStack instance without a trailing slash. For example:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue