mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Updated readme
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
# Version 0.5.2 (PRE-RELEASE)
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
* Fixed missing attributes in user account
|
||||
|
||||
# Version 0.5.1 (PRE-RELEASE)
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
@@ -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.1 \
|
||||
-e version=0.5.2 \
|
||||
appwrite/install
|
||||
```
|
||||
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@ const APP_USERAGENT = APP_NAME.'-Server v%s. Please report abuse at %s';
|
||||
const APP_MODE_ADMIN = 'admin';
|
||||
const APP_PAGING_LIMIT = 15;
|
||||
const APP_CACHE_BUSTER = 55;
|
||||
const APP_VERSION_STABLE = '0.5.1';
|
||||
const APP_VERSION_STABLE = '0.5.2';
|
||||
const APP_STORAGE_UPLOADS = '/storage/uploads';
|
||||
const APP_STORAGE_CACHE = '/storage/cache';
|
||||
const APP_STORAGE_CERTIFICATES = '/storage/certificates';
|
||||
|
||||
Reference in New Issue
Block a user