
Can anyone recommend a step by step guide to installing on synology NAS using docker? the problem i'm currently facing is depicted in the attached log; a

Appwrite infrastructure is composed from 20 containers, meaning you can't start run it (there's non-maintained one image version) with one container only. What you'll need to do is to use <:docker:740465484373295127> Docker compose.
- Follow this tutorial to get Docker Compose in your Synology
- Then, run the one-liner Unix command to install Appwrite
docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \
appwrite/appwrite:1.3.8
Recommended threads
- 404 errors after 7 Days
Local hosted Appwrite via docker. Last version and current version. After exactly 7 days Appwrite stops working. I get 404 route not found, cannot access anyth...
- Is Appwrite Pro available for teachers?
Hi everyone 👋 I noticed that Appwrite Pro is available for free as part of the GitHub Student Developer Pack, which is amazing! I’m a university faculty memb...
- Change Plan Issue
Hello, I’m running at pro plan at the moment, But I want to go back and change the plan to free plan, But in my billing section my free plan is unable and I can...
