update 优化 redis建议版本升级到7.2.8

This commit is contained in:
疯狂的狮子Li 2025-05-14 18:01:46 +08:00
parent fdfca0b33a
commit 90fb26fbf1

View File

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