Sign inSign up

newnius/frp

By newnius

Updated over 5 years ago

Setup frps / frpc with docker.

Image
0

628

newnius/frp repository overview

Deploy frps / frpc with docker

Start frps

docker service create \
  --name frps \
  --hostname frps \
  --network swarm-net \
  --replicas 1 \
  --detach=true \
  --publish 7500:7500 \
  --publish 7000:7000 \
  --mount type=bind,source=/etc/localtime,target=/etc/localtime \
  --mount type=bind,source=/data/frp/frps.ini,target=/frp/frps.ini \
  newnius/frp:v0.21.0

Start frpc

docker service create \
  --name frpc \
  --hostname frpc \
  --network swarm-net \
  --replicas 1 \
  --detach=true \
  --mount type=bind,source=/etc/localtime,target=/etc/localtime \
  --mount type=bind,source=/data/frp/frpc.ini,target=/frp/frpc.ini \
  newnius/frp:v0.21.0

Tag summary

Content type

Image

Digest

Size

11.3 MB

Last updated

over 5 years ago

docker pull newnius/frp