Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 399 Bytes

File metadata and controls

23 lines (15 loc) · 399 Bytes

Frp Server Docker

Example Usage

1.Create frps.ini file in the /home/frps directory

[common]
bind_addr = 0.0.0.0
bind_port = 7788

2.Create docker container

docker run -d --name frps -v /home/frps/frps.ini:/frp/frps.ini -p 7788:7788 --restart=always romebake/frp-server:latest

Others

frp-client-docker