fix: 修复 Redis 密码为空时容器启动失败的问题 #124
Reference in New Issue
Block a user
Delete Branch "feature/add-redis-docker"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
当 CAMTALK_REDIS_PASSWORD 为空时,--requirepass 缺少参数导致
Redis 解析失败退出,healthcheck 无法执行,后端依赖启动失败。
改为 shell 脚本根据密码是否为空动态决定是否启用认证。