StreedOriginal post
Web Developer
Hello,
I would like to know why, using the "appwrite/appwrite:latest" Docker image, there is an error connecting to the database (Redis).
Doesn't the Appwrite/appwrite:latest image already contain a working Redis server ?
Summary
Developers facing connection errors with Redis while using the "appwrite/appwrite:latest" Docker image. They inquired about the included Redis server and the setup process. The solution involves setting up 22 containers manually or using a one-liner in the CLI as per Appwrite documentation: <https://appwrite.io/docs/advanced/self-hosting#install-with-docker>. Additionally, they asked if Portainer was being utilized for the setup.