frp内网穿透快速部署
服务端
docker run -tid --name frps --net=host --restart always \
-e ADMIN_USE=username
-e ADMIN_PWD=password
-e TOKEN=ttttttken
pch18/frp:s
本地端
docker run -tid --name frpc --net=host --restart always \
-e ADMIN_USE=username
-e ADMIN_PWD=password
-e TOKEN=ttttttken
-e SERVER_ADDR=domain.com
pch18/frp:c
Content type
Image
Digest
Size
10.5 MB
Last updated
almost 7 years ago
docker pull pch18/frp:c