Skip to content

Commit 90d21fd

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: README.md

+3-2
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)