File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Docker Image For [ BookStack] ( https://github.com/ssddanbrown/BookStack )
4
4
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 )
6
6
7
7
### Changes
8
8
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
18
18
19
19
## Issues
20
20
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 ) .
22
22
23
23
24
24
## 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
31
31
```
32
32
2 . BookStack Container:
33
33
```
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
35
35
```
36
36
37
37
### Docker 1.9+
@@ -57,7 +57,7 @@ docker run -d --net bookstack_nw \
57
57
-e DB_USERNAME=bookstack \
58
58
-e DB_PASSWORD=secret \
59
59
-p 8080:80
60
- solidnerd/bookstack
60
+ solidnerd/bookstack:0.13.0
61
61
```
62
62
63
63
After the steps you can visit [ http://localhost:8080 ] ( http://localhost:8080 ) .
You can’t perform that action at this time.
0 commit comments