1
0
Fork 0
mirror of synced 2024-06-26 10:10:57 +12:00

Updated README

This commit is contained in:
Eldad Fux 2020-03-19 23:12:58 +02:00
parent deee5c459d
commit 7e3dfa00cf

View file

@ -49,6 +49,7 @@ The easiest way to start running your Appwrite server is by running our docker-c
docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/install/appwrite:rw \
-e version 0.5.0 \
appwrite/install
```