feat: update Redis service image reference in docker-compose template

This commit is contained in:
Menno van Leeuwen 2025-03-14 17:34:48 +01:00
parent e16a75ea23
commit 49d978ae22
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -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"