Sign inSign up

easypi/frp

By easypi

Updated 11 days ago

A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.

Image
Networking
0

212

easypi/frp repository overview

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.

services:
  frps:
    image: easypi/frp
    volumes:
      - ./data:/opt/frp/etc
    healthcheck:
      test: ["CMD", "curl", "-f", "-u", "admin:admin", "http://127.0.0.1:7500/healthz"]
      interval: 1m
      timeout: 5s
    network_mode: host
    restart: unless-stopped

Sample config file: frps.toml

Tag summary

Content type

Image

Digest

sha256:e49891808

Size

17.2 MB

Last updated

11 days ago

docker pull easypi/frp