1
0
Fork 0
mirror of synced 2024-06-23 08:40:58 +12:00

Updated version

This commit is contained in:
Eldad Fux 2020-05-31 09:00:40 +03:00
parent f690e57522
commit 571f7fb8b8

View file

@ -51,7 +51,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.6.1 \
-e version=0.6.2 \
appwrite/install
```
@ -63,7 +63,7 @@ docker run -it --rm \
docker run -it --rm ^
--volume //var/run/docker.sock:/var/run/docker.sock ^
--volume "%cd%"/appwrite:/install/appwrite:rw ^
-e version=0.6.1 ^
-e version=0.6.2 ^
appwrite/install
```
@ -73,7 +73,7 @@ docker run -it --rm ^
docker run -it --rm ,
--volume /var/run/docker.sock:/var/run/docker.sock ,
--volume ${pwd}/appwrite:/install/appwrite:rw ,
-e version=0.6.1 ,
-e version=0.6.2 ,
appwrite/install
```