1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 16:28:40 +00:00
dockerfiles/frp/README.md
2021-10-21 17:36:07 +08:00

554 B

frp

frp 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.

version: "3.8"
services:
  frps:
    image: vimagick/frp
    volumes:
      - ./data/frps.ini:/opt/frp/frps.ini
    network_mode: host
    restart: unless-stopped

Sample config file: frps.ini