chore: Upgrade Redis to 6.0.13
https://github.com/redis/redis/releases/tag/6.0.13
This commit is contained in:
@ -23,5 +23,3 @@ POSTGRES_PASSWORD=password-example
|
||||
POSTGRES_DB=postgres-database-name-example
|
||||
POSTGRES_CONTAINER_NAME=nextcloud-postgres
|
||||
POSTGRES_VOLUME_NAME=nextcloud-postgres
|
||||
|
||||
REDIS_IMAGE=redis:6.0.11-alpine
|
||||
|
@ -73,7 +73,7 @@ services:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
||||
nextcloud-redis:
|
||||
image: ${REDIS_IMAGE}
|
||||
image: ${REDIS_IMAGE:-redis:6.0.13-alpine}
|
||||
container_name: nextcloud-redis
|
||||
restart: always
|
||||
environment:
|
||||
|
Reference in New Issue
Block a user