Skip to content

yinxulai/frp-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frp Docker

中文文档 | English Documentation

Usage

Server

Please specify your own server configuration file, the default is to use the official configuration file to start.

  • Configuration mount path: /etc/frp/frps.toml
docker run -d -v {your configuration file}:/etc/frp/frps.toml yinxulai/frp-server

Client

Please specify your own client configuration file, the default is to use the official configuration file to start.

  • Configuration mount path: /etc/frp/frpc.toml
docker run -d -v {your configuration file}:/etc/frp/frpc.toml yinxulai/frp-client

Time Zone

The current default time zone is Asia/Shanghai.