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

Update README.md

This commit is contained in:
Eldad A. Fux 2020-05-22 07:10:41 +03:00 committed by GitHub
parent 66b11ed1cd
commit 1f01478bef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.6.0 \
-e version=0.6.1 \
appwrite/install
```