Skip to content

Instantly share code, notes, and snippets.

@olawanlejoel
Last active September 6, 2022 15:34
Show Gist options
  • Save olawanlejoel/5dfc1d1f47cf7bc429ebc8b4c9426f17 to your computer and use it in GitHub Desktop.
Save olawanlejoel/5dfc1d1f47cf7bc429ebc8b4c9426f17 to your computer and use it in GitHub Desktop.
docker-compose
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.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment