Sign inSign up

baicailin/gmc

By baicailin

Updated about 3 years ago

gmc

Image
0

857

baicailin/gmc repository overview

本镜像基于开源代码 (https://github.com/ProtobufBot/Go-Mirai-Client) 构建。

用于收发QQ消息,并通过 websocket + protobuf 上报给 server 进行处理。

gmc镜像使用步骤:

1、新建文件夹 (假设为app )

2、在app/docker-compose.yml中写入以下内容:

version: "3"
services:
  gmc:
    image:  baicailin/gmc
    restart: always
    # build: ./..
    command: gmc
    volumes:
      - ./device:/data/device
      - ./plugins:/data/plugins
      # - /tmp:/app/upload
    environment:
      TZ: Asia/Shanghai
    ports:
      - "9000:9000"

3、在app目录下运行命令

docker-compose up -d

交流群

@baicai_dev

赞赏

赞赏白菜林,多少不重要,1元也是支持

赞赏白菜林,多少不重要,1元也是支持

Tag summary

Content type

Image

Digest

sha256:ceb4ab014

Size

66.1 MB

Last updated

about 3 years ago

docker pull baicailin/gmc