Sign inSign up

zcchen/frpc

By zcchen

Updated almost 5 years ago

Frpc docker image.

Image
0

830

zcchen/frpc repository overview

zcchen/frpc

A frpc docker image based on Alpine Linux. This image generates /etc/frp/frpc_docker.ini with environment variables setup.

Example as below:

docker run -d --restart unless-stopped --name frps \
    -e SERVER_ADDRESS=127.0.0.1 \
    --network=host zcchen/frpc

Available Environment Variables

Variable NameDefault ValueMeaning
SHOW_CONFIGfalseshow the generated config before execute frpc
SERVER_ADDRESS0.0.0.0the frps server addresses
SERVER_PORT7000the frps server port
PROTOCOLtcpthe connection protocol between frpc and frps
AUTH_TOKENthe auth token used with frp. frpc should keep it same with frps.
AUTH_TOKEN_FILEthe secret file for auth token used with frps.
APPEND_CONFIG_FILESthe config files which appending for this template, separated by comma , or space chars , e.g.: a.ini,b.ini

Github Repository

For more details, please check the following github repository: https://github.com/zcchen/dockers

Tag summary

Content type

Image

Digest

Size

7.3 MB

Last updated

almost 5 years ago

docker pull zcchen/frpc