You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
3
3
[](https://travis-ci.org/solidnerd/docker-bookstack)[](https://microbadger.com/images/solidnerd/bookstack"Get your own image badge on microbadger.com")[](https://microbadger.com/images/solidnerd/bookstack"Get your own commit badge on microbadger.com")[](https://microbadger.com/images/solidnerd/bookstack"Get your own version badge on microbadger.com")[](https://microbadger.com/images/solidnerd/bookstack"Get your own license badge on microbadger.com")
4
4
5
-
## Current Version: [23.6.0-1](https://github.com/SolidNerd/docker-bookstack/blob/master/Dockerfile)
5
+
## Current Version: [23.6.0-3](https://github.com/SolidNerd/docker-bookstack/blob/master/Dockerfile)
6
6
7
7
### Changes
8
8
9
9
The version 23.6.0 is broken due to a bad `.env` configuration created by the
10
-
entrypoint script. This is fixed in version 23.6.0-1.
10
+
entrypoint script. This is fixed in version 23.6.0-3.
11
11
12
12
In 0.28.0 we changed the container http port from 80 to 8080 to allow root privileges to be dropped
13
13
@@ -53,8 +53,8 @@ mysql:5.7.21
53
53
```bash
54
54
docker run -d --link bookstack_db_:mysql \
55
55
-p 8080:8080 \
56
-
--name bookstack_23.6.0-1 \
57
-
solidnerd/bookstack:23.6.0-1
56
+
--name bookstack_23.6.0-3 \
57
+
solidnerd/bookstack:23.6.0-3
58
58
```
59
59
60
60
#### Docker 1.9+
@@ -87,8 +87,8 @@ docker run -d --net bookstack_nw \
87
87
-e DB_PASSWORD=secret \
88
88
-e APP_URL=http://example.com \
89
89
-p 8080:8080 \
90
-
--name="bookstack_23.6.0-1" \
91
-
solidnerd/bookstack:23.6.0-1
90
+
--name="bookstack_23.6.0-3" \
91
+
solidnerd/bookstack:23.6.0-3
92
92
```
93
93
94
94
The APP_URL parameter should be the base URL for your BookStack instance without a trailing slash. For example:
0 commit comments