mirror of
https://github.com/schollz/hostyoself.git
synced 2026-01-22 18:06:16 +00:00
add docker fixes #10
This commit is contained in:
parent
d34a5bca3f
commit
3a62f092f1
1 changed files with 7 additions and 0 deletions
|
|
@ -33,11 +33,18 @@ https://hostyoself.com/confidentcat/
|
|||
Now if you have a file in your folder `README.md` you can access it with the public URL `https://hostyoself.com/confidentcat/README.md`, directly from your computer!
|
||||
|
||||
If you're on a Mac, you can install with Homebrew:
|
||||
|
||||
```
|
||||
brew tap schollz/homebrew https://github.com/schollz/homebrew-tap.git
|
||||
brew install hostyoself
|
||||
```
|
||||
|
||||
Or you can host your current directory using Docker:
|
||||
|
||||
```
|
||||
$ docker run -v `pwd`:/data schollz/hostyoself
|
||||
```
|
||||
|
||||
## Run your own relay
|
||||
|
||||
Want to run your own relay? Its easy.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue