File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Filter options
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Original file line number Diff line number Diff line change 6
6
7
7
## Changes
8
8
9
+ Users of version 24.2.3 should switch to 24.2.3-1 (or higher); a maintainer
10
+ erroneously set image tag 24.2.3 to use 23.2.3 as the release.
11
+
9
12
Versions higher than 23.6.2 no longer use an in-container ` .env ` file for
10
13
environment variable management. Instead, the preferred approach is to manage
11
14
them directly with the container runtime (e.g. Docker's ` -e ` ). This is to
@@ -67,8 +70,8 @@ Networking changed in Docker v1.9, so you need to do one of the following steps.
67
70
``` bash
68
71
docker run -d --link bookstack_db_:mysql \
69
72
-p 8080:8080 \
70
- --name bookstack_23 .2.3 \
71
- solidnerd/bookstack:23 .2.3
73
+ --name bookstack_24 .2.3 \
74
+ solidnerd/bookstack:24 .2.3-1
72
75
```
73
76
74
77
### Docker 1.9+
@@ -101,8 +104,8 @@ Networking changed in Docker v1.9, so you need to do one of the following steps.
101
104
-e DB_PASSWORD=secret \
102
105
-e APP_URL=http://example.com \
103
106
-p 8080:8080 \
104
- --name=" bookstack_23 .2.3" \
105
- solidnerd/bookstack:23 .2.3
107
+ --name=" bookstack_24 .2.3" \
108
+ solidnerd/bookstack:24 .2.3-1
106
109
```
107
110
108
111
The APP_URL parameter should be the base URL for your BookStack instance without
Original file line number Diff line number Diff line change 1
- 23 .2.3
1
+ 24 .2.3
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ services:
11
11
- mysql-data:/var/lib/mysql
12
12
13
13
bookstack :
14
- image : solidnerd/bookstack:23 .2.3
14
+ image : solidnerd/bookstack:24 .2.3-1
15
15
depends_on :
16
16
- mysql
17
17
environment :
You can’t perform that action at this time.
0 commit comments