[unofficial] based on apline and building from source code.
100K+
Dockerfile https://github.com/vgist/dockerfiles/tree/master/frp
docker run \
-d \
--name frp \
-p 7000:7000 \
-v $(pwd)/frps.ini:/etc/frps.ini \
gists/frp
frp:
image: gists/frp
ports:
- "7000:7000"
volumes:
- ./frpc.ini:/etc/frpc.ini
command: frpc -c /etc/frpc.ini
restart: always
Content type
Image
Digest
sha256:f3681df61…
Size
16.4 MB
Last updated
7 months ago
docker pull gists/frp