Skip to content

Commit 9c3f7f5

Browse files
authored
Merge pull request #12 from hetykai/patch-1
fix path
2 parents 9937070 + 3d395a4 commit 9c3f7f5

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
@@ -11,7 +11,7 @@ NOTES
1111
### # Using Docker
1212
> Just run the following and then have fun !!
1313
```bash
14-
$ docker run --network host -v $HOME:/root/ -p 443:443 alash3al/httpsify
14+
$ docker run --network host -v ~/.httpsify:/.httpsify -p 443:443 alash3al/httpsify
1515
```
1616

1717
## # From Binaries

0 commit comments

Comments
 (0)