From 8c05801b646d680046c664e6290909f82edd1436 Mon Sep 17 00:00:00 2001 From: manasan3010 Date: Wed, 2 Dec 2020 19:52:40 +0530 Subject: [PATCH] Update README.MD for clarity Added a warning to prevent a common mistake that I made during my installation. Sourced from https://discuss.erpnext.com/t/how-to-get-started-with-the-official-docker-image/60710/2?u=manasan --- development/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/development/README.md b/development/README.md index a42cbf29..257f2f1a 100644 --- a/development/README.md +++ b/development/README.md @@ -97,6 +97,7 @@ You can create a new site with the following command: ```shell bench new-site sitename --no-mariadb-socket ``` +sitename MUST end with .localhost for trying deployments locally. for example: