diff --git a/README.md b/README.md index 40f798c64..bc78047f0 100644 --- a/README.md +++ b/README.md @@ -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 ```