1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-14 11:23:02 +02:00
dockerfiles/frp/README.md

23 lines
554 B
Markdown
Raw Normal View History

2017-11-02 14:19:07 +02:00
frp
===
[frp][1] is a fast reverse proxy to help you expose a local server behind a NAT
or firewall to the internet. Now, it supports tcp, udp, http and https protocol
when requests can be forwarded by domains to backward web services.
2017-11-09 11:49:37 +02:00
```yaml
2021-10-21 11:36:07 +02:00
version: "3.8"
services:
frps:
image: vimagick/frp
volumes:
- ./data/frps.ini:/opt/frp/frps.ini
network_mode: host
restart: unless-stopped
2017-11-09 11:49:37 +02:00
```
2017-11-02 14:19:07 +02:00
2018-02-10 06:24:56 +02:00
Sample config file: [frps.ini][2]
2017-11-02 14:19:07 +02:00
[1]: https://github.com/fatedier/frp
2018-02-10 06:24:56 +02:00
[2]: https://github.com/fatedier/frp/blob/master/conf/frps_full.ini