Skip to content

Commit 20b631b

Browse files
committed
Update README to 0.13.0
1 parent 86ceaaf commit 20b631b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
88
In 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
```
3232
2. 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

6363
After the steps you can visit [http://localhost:8080](http://localhost:8080) .

0 commit comments

Comments
 (0)