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.
1 parent 3f108f5 commit 3337e2fCopy full SHA for 3337e2f
Dockerfile
@@ -1,5 +1,5 @@
1
FROM alpine:3 AS bookstack
2
-ENV BOOKSTACK_VERSION=24.10.2
+ENV BOOKSTACK_VERSION=24.10.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
@@ -70,8 +70,8 @@ Networking changed in Docker v1.9, so you need to do one of the following steps.
70
```bash
71
docker run -d --link bookstack_db_:mysql \
72
-p 8080:8080 \
73
- --name bookstack_24.10.2 \
74
- solidnerd/bookstack:24.10.2
+ --name bookstack_24.10.3 \
+ solidnerd/bookstack:24.10.3
75
```
76
77
### Docker 1.9+
@@ -104,8 +104,8 @@ Networking changed in Docker v1.9, so you need to do one of the following steps.
104
-e DB_PASSWORD=secret \
105
-e APP_URL=http://example.com \
106
107
- --name="bookstack_24.10.2" \
108
+ --name="bookstack_24.10.3" \
109
110
111
The APP_URL parameter should be the base URL for your BookStack instance without
VERSION
@@ -1 +1 @@
-24.10.2
+24.10.3
docker-compose.yml
@@ -13,7 +13,7 @@ services:
13
14
bookstack:
15
image: solidnerd/bookstack:master
16
-# image: bookstack:24.10.2
+# image: bookstack:24.10.3
17
# build:
18
# context: ./
19
# dockerfile: Dockerfile
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments