- 创建一个空目录
-
mkdir jd-qinglong && cd jd-qinglong
下载配置文件模板
-
wget -O env.properties https://raw.githubusercontent.com/rubyangxg/jd-qinglong/master/env.template.properties
国内
-
wget -O env.properties https://ghproxy.com/https://raw.githubusercontent.com/rubyangxg/jd-qinglong/master/env.template.properties
创docker-compose.yml文件
-
touch docker-compose.yml
无脑复制这里我端口改成了9999下面这一大堆复制在 docker compose yml的文件里面就可
-
version: '3.3' services: jd-qinglong: ports: - 9999:8080 container_name: jd-login privileged: true #environment: (失效,请在env.properties中配置资源数) # - SE_NODE_MAX_SESSIONS=8 volumes: - ./env.properties:/env.properties:ro - ./go-cqhttp:/go-cqhttp image: rubyangxg/jd-qinglong:1.7
执
青龙面板搭建阿东验证码登录1.7
最新推荐文章于 2024-12-27 11:28:34 发布