1 Star 6 Fork 2

隔壁老于/JLC-BOT

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yaml 379 Bytes
一键复制 编辑 原始数据 按行查看 历史
于占峰 提交于 2024-05-03 19:28 . update docker-compose.yaml
version: "2.3"
networks:
1panel-network:
external: true
services:
jlc-bot:
image: registry.cn-hangzhou.aliyuncs.com/gebilaoyu/jlc-bot:1.0.1
ports:
- 8888:8888
networks:
- 1panel-network
environment:
- TZ=Asia/Shanghai
volumes:
- /data/jlc-bot:/data
privileged: true
restart: unless-stopped
container_name: jlc-bot
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/yuzhanfeng/JLC-BOT.git
[email protected]:yuzhanfeng/JLC-BOT.git
yuzhanfeng
JLC-BOT
JLC-BOT
master

搜索帮助