Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 43dca4d

Browse filesBrowse files
Fixed the docker script
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.
1 parent 4cd1867 commit 43dca4d
Copy full SHA for 43dca4d

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
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 'bookstack' and password 'secret'.
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.