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 b76f060

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

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 'admin@admin.com' 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.