feat: Add password on REDIS to fix migration to 20.0.1
See discussion on https://help.nextcloud.com/t/solved-latest-docker-image-broke-the-installation-redis-password-auth/87598/15
This commit is contained in:
@@ -23,3 +23,7 @@ POSTGRES_PASSWORD=password-example
|
||||
POSTGRES_DB=postgres-database-name-example
|
||||
POSTGRES_CONTAINER_NAME=nextcloud-postgres
|
||||
POSTGRES_VOLUME_NAME=nextcloud-postgres
|
||||
|
||||
# REDIS
|
||||
|
||||
NEXTCLOUD_REDIS_PASSWORD=redis-password
|
||||
|
Reference in New Issue
Block a user