Updated README

This commit is contained in:
Eldad Fux
2020-03-22 10:52:14 +02:00
parent 088e6e8055
commit 8484410539
+1 -1
View File
@@ -49,7 +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.2 \
-e version=0.5.3 \
appwrite/install
```