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 40ce83b + bdd0933 commit ab3ad33Copy full SHA for ab3ad33
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_25.2.0 \
74
- solidnerd/bookstack:25.2.0
+ --name bookstack_25.2.1 \
+ solidnerd/bookstack:25.2.1
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_25.2.0" \
108
+ --name="bookstack_25.2.1" \
109
110
111
The APP_URL parameter should be the base URL for your BookStack instance without
VERSION
@@ -1 +1 @@
1
-25.2.0
+25.2.1
docker-compose.yml
@@ -11,7 +11,7 @@ services:
11
- mysql-data:/var/lib/mysql
12
13
bookstack:
14
- image: solidnerd/bookstack:25.2.0
+ image: solidnerd/bookstack:25.2.1
15
depends_on:
16
- mysql
17
environment:
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments