项目地址:https://github.com/zhinianboke/xianyu-auto-reply?tab=readme-ov-file
docker启动
该镜像已经下载,并上传云盘
# 1. 创建数据目录
mkdir -p xianyu-auto-reply
# 2. 一键启动容器
docker run -d \
-p 8080:8080 \
-v $PWD/xianyu-auto-reply/:/app/data/ \
--name xianyu-auto-reply \
registry.cn-shanghai.aliyuncs.com/zhinian-software/xianyu-auto-reply:1.0.2
# 3. 访问系统
# http://localhost:8080

使用
