Cloud Computing – Lab 3.6.2: Nextcloud using Docker Compose with Redis
Demonstrates how to configure Nextcloud using ‘docker-compose’ with Redis
Platform: Ubuntu 18.04.
https://labs.bilimedtech.com/cloud-computing/3/3.6.html
Thank you so much! I got a Raspberry Pi 4 about 2 months ago and wanted to deploy Nextcloud (among other services) with Docker for home use. I'm new to the world of Linux, Docker and self hosting and couldn't get Nextcloud working with Redis. I spent many days reading documentation pages and browsing through forum threads – nothing worked and Nextcloud always displayed an internal server error message.
The "command: redis-server –requirepass" has now solved this problem.
Great video, thank you!
Put speed on 1.25x
Good video
Awesome video, thank you very much !! It helped me a lot to understand that I can interact with redis in this way
Thank you so much! I got a Raspberry Pi 4 about 2 months ago and wanted to deploy Nextcloud (among other services) with Docker for home use. I'm new to the world of Linux, Docker and self hosting and couldn't get Nextcloud working with Redis. I spent many days reading documentation pages and browsing through forum threads – nothing worked and Nextcloud always displayed an internal server error message.
The "command: redis-server –requirepass" has now solved this problem.
I greatly appreciate this video. Absolutely on point. Thanks.
Great video. The redis-cli -h command did not work me for me, saying that "redis-cli" command is not found. Any idea?