From 2f59ebbae02a5c33d14bab09e9f6459e7c44611d Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Sun, 1 Mar 2020 17:17:01 +0530 Subject: [PATCH] fix: installation README for migration --- installation/README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/installation/README.md b/installation/README.md index 2cde41fa..fdcb3d97 100644 --- a/installation/README.md +++ b/installation/README.md @@ -2,6 +2,8 @@ ### Setup Letsencrypt Nginx Proxy Companion +DNS needs to be configured for following to work + Read more: https://github.com/evertramos/docker-compose-letsencrypt-nginx-proxy-companion ```sh @@ -26,7 +28,7 @@ mkdir installation/sites ### Setup Environment Variables -3 Environment variables are set to pass secret and variable data. +Environment variables are set to pass secret and variable data. If `env-example` is copied to `.env` following values are set. @@ -38,8 +40,6 @@ If `env-example` is copied to `.env` following values are set. ### Start frappe-bench services -DNS needs to be configured for following to work - ```sh docker-compose \ --project-name frappebench00 \ @@ -97,6 +97,9 @@ Backup will be available in `sites` mounted volume # Change to repo root cd $HOME/frappe_docker +# Update environment variable VERSION +nano .env + # Pull new images docker-compose \ -f installation/docker-compose-common.yml \