Sign inSign up

cbping/frps

By cbping

Updated almost 8 years ago

Docker image for frps

Image
0

883

cbping/frps repository overview

docker-frp

docker run frps  

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

Usage

docker run
  docker run -td  -p 7000:7000 -p 8080:8080 -p 7500:7500 cbping/frps

To build the image, simply invoke

 docker build --build-arg bind_port=7000 vhost_http_port=8080 dashboard_port=7500 github.com/Bping/docker-frps cbping/frps

A prebuilt container is also available in the docker index

docker pull cbping/frps
compose

config

The `.env` and `frp/frps/frps.ini` configuration ports must be consistent

start

  docker-compose up -d

Tag summary

Content type

Image

Digest

Size

8.2 MB

Last updated

almost 8 years ago

docker pull cbping/frps