Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abidlabs authored Oct 26, 2023
1 parent 7a521f4 commit 38128e4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Client: Docker Engine - Community
git clone [email protected]:huggingface/frp.git
```

Note: If you would like to change which port FRPS runs on (default is 7000)
Note for advanced users: If you would like to change [which port FRPS runs on](https://github.com/huggingface/frp/tree/b0d5567f5df2bfc12a56bc8d787d23e2668ed9af/conf) (default is 7000) or the [expiry time of share links](https://github.com/huggingface/frp/blob/b0d5567f5df2bfc12a56bc8d787d23e2668ed9af/server/control.go#L213) (default is 72 hours)

### 3. Launch the FRP Server Docker Container

Expand Down Expand Up @@ -123,7 +123,4 @@ app = gr.Interface(lambda x: x, "image", "image")
app.launch(share=True, share_server_address="44.237.78.176:7000")
```

## Advanced Settings

Once you've set up your Share Server, you can

0 comments on commit 38128e4

Please sign in to comment.