mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 06:05:09 +00:00
fix: installation README for migration
This commit is contained in:
parent
8d9d583a8f
commit
2f59ebbae0
1 changed files with 6 additions and 3 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue