Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 11a5460

Browse filesBrowse files
committed
Update references to version 23.12
1 parent 9290e50 commit 11a5460
Copy full SHA for 11a5460

File tree

Expand file treeCollapse file tree

4 files changed

+7
-7
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+7
-7
lines changed

‎Dockerfile

Copy file name to clipboardExpand all lines: Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine:3 as bookstack
2-
ENV BOOKSTACK_VERSION=23.12.0
2+
ENV BOOKSTACK_VERSION=23.12
33
RUN apk add --no-cache curl tar
44
RUN set -x; \
55
curl -SL -o bookstack.tar.gz https://github.com/BookStackApp/BookStack/archive/v${BOOKSTACK_VERSION}.tar.gz \

‎README.md

Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Networking changed in Docker v1.9, so you need to do one of the following steps.
6767
```bash
6868
docker run -d --link bookstack_db_:mysql \
6969
-p 8080:8080 \
70-
--name bookstack_23.12.0 \
71-
solidnerd/bookstack:23.12.0
70+
--name bookstack_23.12 \
71+
solidnerd/bookstack:23.12
7272
```
7373

7474
### Docker 1.9+
@@ -101,8 +101,8 @@ Networking changed in Docker v1.9, so you need to do one of the following steps.
101101
-e DB_PASSWORD=secret \
102102
-e APP_URL=http://example.com \
103103
-p 8080:8080 \
104-
--name="bookstack_23.12.0" \
105-
solidnerd/bookstack:23.12.0
104+
--name="bookstack_23.12" \
105+
solidnerd/bookstack:23.12
106106
```
107107

108108
The APP_URL parameter should be the base URL for your BookStack instance without

‎VERSION

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
23.12.0
1+
23.12

‎docker-compose.yml

Copy file name to clipboardExpand all lines: docker-compose.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- mysql-data:/var/lib/mysql
1212

1313
bookstack:
14-
image: solidnerd/bookstack:23.12.0
14+
image: solidnerd/bookstack:23.12
1515
depends_on:
1616
- mysql
1717
environment:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.