Update redis Docker tag to v8
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3.8'
|
||||
services:
|
||||
# Redis service for RQ (task queue)
|
||||
audiomuse-ai-redis:
|
||||
image: redis:7-alpine
|
||||
image: redis:8-alpine
|
||||
container_name: audiomuse-redis
|
||||
ports:
|
||||
- "6379:6379" # Expose Redis port to the host
|
||||
|
||||
@@ -41,7 +41,7 @@ services:
|
||||
networks:
|
||||
- nextcloud
|
||||
nextcloud-redis:
|
||||
image: redis:7
|
||||
image: redis:8
|
||||
restart: always
|
||||
networks:
|
||||
- nextcloud
|
||||
|
||||
Reference in New Issue
Block a user