1
0
Fork 0
mirror of synced 2024-05-21 05:02:37 +12:00

Update README.md

This commit is contained in:
Eldad A. Fux 2020-05-24 00:45:11 +03:00 committed by GitHub
parent aad45c7d74
commit f85c471017
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,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=<?php echo APP_VERSION_STABLE; ?> ^
-e version=0.6.1 ^
appwrite/install
```