File tree 3 files changed +6
-6
lines changed
Filter options
3 files changed +6
-6
lines changed
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ Networking changed in Docker v1.9, so you need to do one of the following steps.
70
70
``` bash
71
71
docker run -d --link bookstack_db_:mysql \
72
72
-p 8080:8080 \
73
- --name bookstack_24.10.2 \
74
- solidnerd/bookstack:24.10.2
73
+ --name bookstack_24.10.3 \
74
+ solidnerd/bookstack:24.10.3
75
75
```
76
76
77
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
104
-e DB_PASSWORD=secret \
105
105
-e APP_URL=http://example.com \
106
106
-p 8080:8080 \
107
- --name=" bookstack_24.10.2 " \
108
- solidnerd/bookstack:24.10.2
107
+ --name=" bookstack_24.10.3 " \
108
+ solidnerd/bookstack:24.10.3
109
109
```
110
110
111
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
- 24.10.2
1
+ 24.10.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:24.10.2
14
+ image : solidnerd/bookstack:24.10.3
15
15
depends_on :
16
16
- mysql
17
17
environment :
You can’t perform that action at this time.
0 commit comments