Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 90d21fd

Browse filesBrowse files
AcidUKsolidnerd
authored andcommitted
Updated README.md to include information about changed http port, updated examples.
1 parent 5db50cb commit 90d21fd
Copy full SHA for 90d21fd

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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
89
In 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
```
3233
2. 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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.