Skip to content

Commit

Permalink
Merge remote-tracking branch 'solidnerd/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke committed Apr 2, 2023
2 parents 53bf5d2 + dbf9afa commit 06beedd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3 as bookstack
ENV BOOKSTACK_VERSION=23.02
ENV BOOKSTACK_VERSION=23.02.2
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 \
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Forked from https://github.com/solidnerd/docker-bookstack with more frequent updates.

## Current Version: [23.02.0](https://github.com/neuroforgede/docker-bookstack/blob/master/Dockerfile)
## Current Version: [23.2.2](https://github.com/neuroforgede/docker-bookstack/blob/master/Dockerfile)

### Changes

Expand Down Expand Up @@ -51,6 +51,7 @@ docker run -d --link bookstack_db_:mysql \
-p 8080:8080 \
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
--name bookstack_22.04.02 \
neuroforgede/bookstack:22.04.02
=======
Expand All @@ -61,6 +62,10 @@ solidnerd/bookstack:22.11.0
--name bookstack_23.02.0 \
solidnerd/bookstack:23.02.0
>>>>>>> solidnerd/master
=======
--name bookstack_23.2.2 \
solidnerd/bookstack:23.2.2
>>>>>>> solidnerd/master
```

#### Docker 1.9+
Expand Down Expand Up @@ -93,8 +98,13 @@ docker run -d --net bookstack_nw \
-e DB_PASSWORD=secret \
-e APP_URL=http://example.com \
-p 8080:8080 \
<<<<<<< HEAD
--name="bookstack_23.02.0" \
neuroforgede/bookstack:23.02.0
=======
--name="bookstack_23.2.2" \
solidnerd/bookstack:23.2.2
>>>>>>> solidnerd/master
```

The APP_URL parameter should be the base URL for your BookStack instance without a trailing slash. For example:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.1.1
23.2.2
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- mysql-data:/var/lib/mysql

bookstack:
image: ghcr.io/neuroforgede/docker-bookstack:23.1.1
image: ghcr.io/neuroforgede/docker-bookstack:23.2.2
depends_on:
- mysql
environment:
Expand Down

0 comments on commit 06beedd

Please sign in to comment.