Skip to content

Commit

Permalink
Merge pull request #14 from JeremyBolster/master
Browse files Browse the repository at this point in the history
Fixed the docker script
  • Loading branch information
solidnerd authored Feb 13, 2017
2 parents 4cd1867 + 77fc085 commit b76f060
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit b76f060

Please sign in to comment.