Sign inSign up

itodouble/frp

By itodouble

•Updated about 1 month ago

A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.

Image
Networking
Web servers
0

2.4K

itodouble/frp repository overview

https://github.com/fatedier/frp⁠

https://gofrp.org/zh-cn/docs/⁠

使用方法 服务端 docker-compose.yaml

version: "3.0"
services:
  frps:
    image: itodouble/frp:0.67.0
    container_name: frps
    restart: unless-stopped
    volumes:
      - ./config:/config/
      - /data/logs/frp:/data/logs/frp
    environment:
      - ARGS=frps
      - CONFIG_FILE=frps.toml
      - TZ=Asia/Shanghai
    network_mode: host

参数

客户端: ARGS=frpc CONFIG_FILE=frpc.toml

Tag summary

Content type

Image

Digest

sha256:c43d2620f…

Size

46.8 MB

Last updated

about 1 month ago

docker pull itodouble/frp