/docker-frps

Primary LanguageDockerfile

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

Docker Build Status Docker Automated build Docker Stars Docker Pulls

This Dockerfile build an image for frp server.

Quick Start

docker run -d --name frps \
-p 7000:7000 \
onisuly/frps

Custom configuration file

Mount customed conf file to your container.

docker run -d --name frps \
-p 7000:7000 \
-v /your/path/to/frps.ini:/conf/frps.ini \
onisuly/frps