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
- Custom Domains
Hi All, Should be a quick config issue. I'm setting up custom domains on the hosted version. I have verified the domain with the CNAME but appwrite isn't gene...
- Unauthorized Charge After Appwrite Pro F...
I was using Appwrite Pro credits worth $100, which were valid until November. During this period, I was exploring Appwrite's services. However, I recently notic...
- Cancelling Pro account and billing perio...
Is it possible to switch back to a free account and cancel a billing period. i switched to pro version for a day and realised i don't need it and i want to retu...