chore: Upgrade Redis to 6.0.10
This commit is contained in:
parent
b79604e9af
commit
5e57ede34c
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue