Sign inSign up

mingertai/frps

By mingertai

•Updated about 1 year ago

frps 镜像,版本:v0.63.0-构建于2025.08.03-11.43

Image
0

399

mingertai/frps repository overview

⁠版本为编译时最新发版本编译

镜像内置命令:ENTRYPOINT ["/usr/bin/frps"] 更改为:ENTRYPOINT /usr/bin/frps -c /etc/frp/frps.toml

⁠使用方案

创建:docker-compose.yml

运行激活:docker-compose up -d

点击拷贝到docker-compose.yml
version: "3.9"
services:
  frps:
    image: mingertai/frps
    container_name: frps
    restart: always
    network_mode: host
    logging:
      options:
        max-size: "10m"
        max-file: "3"
    volumes:
      - /home/web/frps/frps.toml:/etc/frp/frps.toml
      - /home/web/certs/:/home/web/certs/

Tag summary

Content type

Image

Digest

sha256:3c51b5fa7…

Size

10.7 MB

Last updated

about 1 year ago

docker pull mingertai/frps