Skip to content
/ frp Public

Dockerfile and docker-compose for fatedier/frp

Notifications You must be signed in to change notification settings

nykma/frp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfile and docker-compose for fatedier/frp

Usage

# frpc
cp config/frpc.sample.toml config/frpc.toml
emacs -nw config/frpc.toml
docker-compose up -d frpc

# frps
cp config/frps.sample.toml config/frps.toml
emacs -nw config/frps.toml
docker-compose up -d frps

Also check docker-compose.yml for ports settings.

SEEALSO