gists/frp

By gists

Updated 7 months ago

[unofficial] based on apline and building from source code.

Image
7

100K+

gists/frp repository overview

Dockerfile https://github.com/vgist/dockerfiles/tree/master/frp

Creating an instance:
docker run \
    -d \
    --name frp \
    -p 7000:7000 \
    -v $(pwd)/frps.ini:/etc/frps.ini \
    gists/frp
Compose example:
frp:
    image: gists/frp
    ports:
        - "7000:7000"
    volumes:
        - ./frpc.ini:/etc/frpc.ini
    command: frpc -c /etc/frpc.ini
  restart: always
Read More

https://github.com/fatedier/frp

Tag summary

Content type

Image

Digest

sha256:f3681df61

Size

16.4 MB

Last updated

7 months ago

docker pull gists/frp