Skip to content

Commit bcd36d4

Browse files
committed
fixed the docker run in the README
1 parent f3ed489 commit bcd36d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Demo
8282
Installation
8383
===============
8484
- 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"`
85+
- 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"`
8686
- From Source ? `go get github.com/RobustaStudio/bkit`
8787

8888
Credits

0 commit comments

Comments
 (0)