File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33# Docker Image For [ BookStack] ( https://github.com/ssddanbrown/BookStack )
44
5- ## Current Version: [ 0.12.2 ] ( https://github.com/SolidNerd/docker-bookstack/blob/master/Dockerfile )
5+ ## Current Version: [ 0.13.0 ] ( https://github.com/SolidNerd/docker-bookstack/blob/master/Dockerfile )
66
77### Changes
88In 0.12.2 we removed ` DB_PORT ` . You can now specify the port via ` DB_HOST ` like ` DB_HOST=mysql:3306 `
@@ -18,7 +18,7 @@ and after that open your Browser and go to [http://localhost:8080](http://localh
1818
1919## Issues
2020
21- If you have any issues feel free to create an [ issue on GitHub] ( https://github.com/solidnerd/docker-bookstack/issues ) .
21+ If you have any issues feel free to create an [ issue on GitHub] ( https://github.com/solidnerd/docker-bookstack/issues ) .
2222
2323
2424## How to use the Image without Docker compose
@@ -31,7 +31,7 @@ docker run -d --name bookstack-mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=secret
3131```
32322 . BookStack Container:
3333```
34- docker run --name my-bookstack -d --link bookstack-mysql:mysql -p 8080:80 solidnerd/bookstack:0.12.2
34+ docker run --name my-bookstack -d --link bookstack-mysql:mysql -p 8080:80 solidnerd/bookstack:0.13.0
3535```
3636
3737### Docker 1.9+
@@ -57,7 +57,7 @@ docker run -d --net bookstack_nw \
5757-e DB_USERNAME=bookstack \
5858-e DB_PASSWORD=secret \
5959-p 8080:80
60- solidnerd/bookstack
60+ solidnerd/bookstack:0.13.0
6161```
6262
6363After the steps you can visit [ http://localhost:8080 ] ( http://localhost:8080 ) .
You can’t perform that action at this time.
0 commit comments