Asief Tejani

Results 13 comments of Asief Tejani

hello .. this is a good idea .. let me know if i can be of any help

did you wait 5 minutes before trying it the first time?

In docker the image is immutable and the volume is non-persistent so dont do updates - it breaks the dependencies Destroy the containers and rebuild the image and do updates...

I am facing same problem - read this: - https://github.com/frappe/frappe_docker/blob/main/docs/custom-apps.md and https://github.com/frappe/frappe_docker/wiki/Frequently-Asked-Questions#how-to-install-official-or-custom-apps I am going to try them so lets see how it goes - wish me luck :-)

To create multi-site and multi-app please use easy-install.py: - 1) wget https://raw.githubusercontent.com/frappe/bench/develop/easy-install.py 2) git clone https://github.com/frappe/frappe_docker 3) In "frappe_docker/development/apps-example.json" edit your apps with their branch: - [ { "url": "https://github.com/frappe/erpnext",...

i was wondering where the problem was .. I installed Tailscale Funnel and when i tried to turn it off I was getting HSTS error and could not get into...

To create docker multi-site and multi-app please use easy-install.py: - 1) wget https://raw.githubusercontent.com/frappe/bench/develop/easy-install.py 2) git clone https://github.com/frappe/frappe_docker 3) In "frappe_docker/development/apps-example.json" edit your apps with their branch: - [ { "url":...

Unfortunately I have not tested the upgrade feature ... however try one thing ... there is compose.yaml file and passwords in the root directory ... try shifting that elsewhere and...

@tonspar Thanks for your feedback - its great that its working 1) An update is only an "update" if it keeps your original data and migrates (bench) to a new...