Skip to content

Commit b76f060

Browse files
authored
Merge pull request #14 from JeremyBolster/master
Fixed the docker script
2 parents 4cd1867 + 77fc085 commit b76f060

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ docker run -d --net bookstack_nw \
5656
-e DB_DATABASE=bookstack \
5757
-e DB_USERNAME=bookstack \
5858
-e DB_PASSWORD=secret \
59-
-p 8080:80
59+
-p 8080:80 \
6060
solidnerd/bookstack:0.13.1
6161
```
6262

63-
After the steps you can visit [http://localhost:8080](http://localhost:8080) .
63+
After the steps you can visit [http://localhost:8080](http://localhost:8080) . You can login with username '[email protected]' and password 'password'.
6464

6565

6666
## Inspiration
6767

68-
It comes from [Kilhog/docker-bookstack](https://github.com/Kilhog/docker-bookstack). He did the initially work it was a fork previously but know i want to go in a other direction.
68+
This is a fork of [Kilhog/docker-bookstack](https://github.com/Kilhog/docker-bookstack). Kilhog did the intial work, but I want to go in a different direction.

0 commit comments

Comments
 (0)