XYBotV2-core/entrypoint.sh

6 lines
234 B
Bash
Raw Normal View History

2025-02-17 15:08:21 +08:00
#!/bin/bash
# 启动Redis服务
2025-02-18 08:58:55 +08:00
redis-server /etc/redis/redis.conf --daemonize yes
2025-02-17 15:08:21 +08:00
# 执行主程序
/app/WechatAPI/core/XYWechatPad --port 9000 --mode release --redis-host 127.0.0.1 --redis-port 6379 --redis-password "" --redis-db 0