1Pannel 版本:v1.10.32-lts
redis 升级版本8.2.0
错误
command: redis-server /etc/redis/redis.conf ${PANEL_REDIS_ROOT_PASSWORD:+--requirepass "${PANEL_REDIS_ROOT_PASSWORD}"}
正确
command: redis-server /etc/redis/redis.conf requirepass "${PANEL_REDIS_ROOT_PASSWORD}"