Appwrite - Open-Source End-to-End Backend Server

PHOTO EMBED

Fri Jul 22 2022 01:48:38 GMT+0000 (Coordinated Universal Time)

Saved by @edicon

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:0.15.2
content_copyCOPY

https://appwrite.io/