
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
- Could not open input file: /usr/src/code...
I updated my selfhosted instance to `1.6.2` and the new service (`appwrite-task-stats-resources`) failed to start. The only log message I see is: ``` Could not ...
- Question
Is there anyway to modify the self hosted appwrite code in the register section so that only @eonfluxtech.com emails can register?
- 15$ payment
Hello everyone! there is a small issues, I accidently paid 15$ today, I am a student, I never claimed the pro plan on github edu. but I acciently paid those 15 ...
