mirror of
https://github.com/chaitin/SafeLine.git
synced 2026-02-07 09:14:05 +08:00
feat: downgrade redis to 7.0.10
due to https://github.com/redis/redis/issues/12362
This commit is contained in:
@@ -30,7 +30,7 @@ services:
|
||||
redis:
|
||||
container_name: safeline-redis
|
||||
restart: always
|
||||
image: redis:7.0.11
|
||||
image: redis:7.0.10
|
||||
volumes:
|
||||
- ${SAFELINE_DIR}/resources/redis/data:/data
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
||||
Reference in New Issue
Block a user