Skip to content

Instantly share code, notes, and snippets.

@eldadfux
Last active January 30, 2021 16:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eldadfux/51a039fbc79c30ac47911f6da346cdbf to your computer and use it in GitHub Desktop.
Save eldadfux/51a039fbc79c30ac47911f6da346cdbf to your computer and use it in GitHub Desktop.
Installation of Appwrite server
mkdir appwrite-ce && \
cd appwrite-ce && \
curl -o docker-compose.yml https://appwrite.io/docker-compose.yml?port=80 && \
docker-compose up -d --remove-orphans
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment