From 9d788f1fd195c384e894980a53e6513101a2c849 Mon Sep 17 00:00:00 2001 From: eldadfux Date: Sat, 21 Sep 2019 15:26:20 +0300 Subject: [PATCH] Updated README file --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e7476b82..125722726 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,11 @@ curl -o docker-compose.yml https://appwrite.io/docker-compose.yml?port=80 && \ docker-compose up -d --remove-orphans ``` -Once the Docker installation completes, go to http://localhost to access the Appwrite console from your browser. Please notice that on non-linux native hosts the server might take a few minutes to start after installation completes. For complete API documentation, visit [https://appwrite.io/docs](https://appwrite.io/docs) +Once the Docker installation completes, go to http://localhost to access the Appwrite console from your browser. Please notice that on non-linux native hosts the server might take a few minutes to start after installation completes. + +For advanced, production and custon installation check out our Docker [enviornemnt variables](/docs/EnviornementVariables.md) docs. + +For complete API documentation, visit [https://appwrite.io/docs](https://appwrite.io/docs) ### Changing Port Number