update redis 6.2.7 => 6.2.12 解决订阅key报错问题

This commit is contained in:
疯狂的狮子Li
2024-07-09 15:13:52 +08:00
parent 5c072f8eb1
commit a24e095e9e

View File

@@ -46,7 +46,7 @@ services:
network_mode: "host"
redis:
image: redis:6.2.7
image: redis:6.2.12
container_name: redis
ports:
- "6379:6379"