feat: update Redis service image reference in docker-compose template
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
juicefs-redis:
|
juicefs-redis:
|
||||||
image: redis/redis:latest
|
image: redis:latest
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "6379:6379"
|
- "6379:6379"
|
||||||
|
Reference in New Issue
Block a user