File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 55## Current Version: [ 0.29.0] ( https://github.com/SolidNerd/docker-bookstack/blob/master/Dockerfile )
66
77### Changes
8+ In 0.28.0 we changed the container http port from 80 to 8080 to allow root privileges to be dropped
89In 0.12.2 we removed ` DB_PORT ` . You can now specify the port via ` DB_HOST ` like ` DB_HOST=mysql:3306 `
910
1011### Quickstart
@@ -31,7 +32,7 @@ docker run -d --name bookstack-mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=secret
3132```
32332 . BookStack Container:
3334``` bash
34- docker run --name my-bookstack -d --link bookstack-mysql:mysql -p 8080:80 solidnerd/bookstack:0.29.0
35+ docker run --name my-bookstack -d --link bookstack-mysql:mysql -p 8080:8080 solidnerd/bookstack:0.29.0
3536```
3637
3738#### Docker 1.9+
@@ -62,7 +63,7 @@ docker run -d --net bookstack_nw \
6263-e DB_DATABASE=bookstack \
6364-e DB_USERNAME=bookstack \
6465-e DB_PASSWORD=secret \
65- -p 8080:80 \
66+ -p 8080:8080 \
6667 solidnerd/bookstack:0.27.4-1
6768```
6869
You can’t perform that action at this time.
0 commit comments