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
+5-5
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
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: [0.30.2](https://github.com/SolidNerd/docker-bookstack/blob/master/Dockerfile)
5
+
## Current Version: [0.30.4](https://github.com/SolidNerd/docker-bookstack/blob/master/Dockerfile)
6
6
7
7
### Changes
8
8
@@ -49,8 +49,8 @@ mysql:5.7.21
49
49
```bash
50
50
docker run -d --link bookstack_db_:mysql \
51
51
-p 8080:8080 \
52
-
--name bookstack_0.30.2 \
53
-
solidnerd/bookstack:0.30.2
52
+
--name bookstack_0.30.4 \
53
+
solidnerd/bookstack:0.30.4
54
54
```
55
55
56
56
#### Docker 1.9+
@@ -82,8 +82,8 @@ docker run -d --net bookstack_nw \
0 commit comments