-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from JeremyBolster/master
Fixed the docker script
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,13 +56,13 @@ docker run -d --net bookstack_nw \ | |
-e DB_DATABASE=bookstack \ | ||
-e DB_USERNAME=bookstack \ | ||
-e DB_PASSWORD=secret \ | ||
-p 8080:80 | ||
-p 8080:80 \ | ||
solidnerd/bookstack:0.13.1 | ||
``` | ||
|
||
After the steps you can visit [http://localhost:8080](http://localhost:8080) . | ||
After the steps you can visit [http://localhost:8080](http://localhost:8080) . You can login with username '[email protected]' and password 'password'. | ||
|
||
|
||
## Inspiration | ||
|
||
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. | ||
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. |