We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ab5e0f + 7536041 commit 297e9deCopy full SHA for 297e9de
Dockerfile
@@ -1,5 +1,5 @@
1
FROM alpine:3 as bookstack
2
-ENV BOOKSTACK_VERSION=23.12.2
+ENV BOOKSTACK_VERSION=23.12.3
3
RUN apk add --no-cache curl tar
4
RUN set -x; \
5
curl -SL -o bookstack.tar.gz https://github.com/BookStackApp/BookStack/archive/v${BOOKSTACK_VERSION}.tar.gz \
README.md
@@ -67,8 +67,8 @@ Networking changed in Docker v1.9, so you need to do one of the following steps.
67
```bash
68
docker run -d --link bookstack_db_:mysql \
69
-p 8080:8080 \
70
- --name bookstack_23.12.2 \
71
- solidnerd/bookstack:23.12.2
+ --name bookstack_23.12.3 \
+ solidnerd/bookstack:23.12.3
72
```
73
74
### Docker 1.9+
@@ -101,8 +101,8 @@ Networking changed in Docker v1.9, so you need to do one of the following steps.
101
-e DB_PASSWORD=secret \
102
-e APP_URL=http://example.com \
103
104
- --name="bookstack_23.12.2" \
105
+ --name="bookstack_23.12.3" \
106
107
108
The APP_URL parameter should be the base URL for your BookStack instance without
VERSION
@@ -1 +1 @@
-23.12.2
+23.12.3
docker-compose.yml
@@ -11,7 +11,7 @@ services:
11
- mysql-data:/var/lib/mysql
12
13
bookstack:
14
- image: solidnerd/bookstack:23.12.2
+ image: solidnerd/bookstack:23.12.3
15
depends_on:
16
- mysql
17
environment:
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments