File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Networking changed in Docker v1.9, so you need to do one of the following steps.
71
71
docker run -d --link bookstack_db_:mysql \
72
72
-p 8080:8080 \
73
73
--name bookstack_24.2.3 \
74
- solidnerd/bookstack:24.2.3
74
+ solidnerd/bookstack:24.2.3-1
75
75
```
76
76
77
77
### Docker 1.9+
@@ -105,7 +105,7 @@ Networking changed in Docker v1.9, so you need to do one of the following steps.
105
105
-e APP_URL=http://example.com \
106
106
-p 8080:8080 \
107
107
--name=" bookstack_24.2.3" \
108
- solidnerd/bookstack:24.2.3
108
+ solidnerd/bookstack:24.2.3-1
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 @@ -11,7 +11,7 @@ services:
11
11
- mysql-data:/var/lib/mysql
12
12
13
13
bookstack :
14
- image : solidnerd/bookstack:24.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