Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 425 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 425 Bytes

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