You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a '\' to a line in the docker script.
Added default login credentials to the information after the docker script.
Changed confusing wording under inspiration.
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -56,13 +56,13 @@ docker run -d --net bookstack_nw \
56
56
-e DB_DATABASE=bookstack \
57
57
-e DB_USERNAME=bookstack \
58
58
-e DB_PASSWORD=secret \
59
-
-p 8080:80
59
+
-p 8080:80 \
60
60
solidnerd/bookstack:0.13.1
61
61
```
62
62
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 'bookstack' and password 'secret'.
64
64
65
65
66
66
## Inspiration
67
67
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