chore: Upgrade Redis to 6.0.10

This commit is contained in:
Simon 2021-01-19 09:25:15 +01:00
parent b79604e9af
commit 5e57ede34c
2 changed files with 3 additions and 1 deletions

View File

@ -23,3 +23,5 @@ 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.10-alpine

View File

@ -64,7 +64,7 @@ services:
- /etc/localtime:/etc/localtime:ro
nextcloud-redis:
image: redis:6.0.9-alpine
image: ${REDIS_IMAGE}
container_name: nextcloud-redis
restart: always
environment: