Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 460 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 460 Bytes

使用

编辑 ehforward_config/profiles/default/blueset.telegram/config.yaml

token: "你的机器人token"
admins:
- 你的tgid

编辑 docker-compose.yml

- VNC_PASSWD=你的密码
- COOLQ_ACCOUNT=你的qq账号

执行 docker volume create --name=coolq-db docker volume create --name=bot-db docker-compose up -d

打开 ip:9801 登陆novnc后完成coolq登陆操作

更新

重建镜像 docker-compose build --no-cache