We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ed489 commit bcd36d4Copy full SHA for bcd36d4
README.md
@@ -82,7 +82,7 @@ Demo
82
Installation
83
===============
84
- Binaries ? go to [Releases Page](releases) and select your own distro/arch.
85
-- Docker ? `docker run --network host alash3al/bkit -html "demo.html" -https ":443" -http ":80" -server-name "bkit.domain.com"`
+- Docker ? `docker run -v $(pwd)/demo.html:/demo.html --network host alash3al/bkit -html /demo.html -https ":443" -http ":80" -server-name "bkit.domain.com"`
86
- From Source ? `go get github.com/RobustaStudio/bkit`
87
88
Credits
0 commit comments