From 4d7f2682f2f548a50bee407e4bc20e6be1101b08 Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Sun, 10 May 2020 23:54:18 +0530 Subject: [PATCH] docs: fix readme docker section update to env file location sites is now docker volume --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 9497802c..0b2d03da 100755 --- a/README.md +++ b/README.md @@ -58,13 +58,7 @@ To setup a development environment for Docker, follow the [Frappe/ERPNext Docker Copy the `env-example` file to `.env` ```sh -$ cp installation/env-example installation/.env -``` - -Make a directory for handling sites: - -```sh -$ mkdir installation/sites +$ cp env-example .env ``` Optionally, you may also setup an [NGINX Proxy for SSL Certificates](https://github.com/evertramos/docker-compose-letsencrypt-nginx-proxy-companion) with auto-renewal for your Production instance. We recommend this for instances being accessed over the internet. For this to work, the DNS needs to be configured correctly so that [LetsEncrypt](https://letsencrypt.org) can verify the domain. To setup the proxy, run the following commands: