Revant Nandgaonkar
Revant Nandgaonkar
I didn't test benchless with ssl. If we have bench why do we need `$http_host` we can just use the `bench setup nginx` and the config generated by it. It...
you can add what you want and send PR.
if it works then it works! Send PR if it works. > no is the default [restart policy](https://docs.docker.com/config/containers/start-containers-automatically/#use-a-restart-policy), and it does not restart a container under any circumstance. When always...
you need to access site by site name that you created it with. e.g. if you created `site1.local` access it using `http://site1.local:8080`. This will work only if you have `site1.local`...
> I was able to see a login page from the IP LAN IP address but it's just a frappe app not erp next when you created `bench new-site` add...
> what's the best way I can get rid of the old volume attached to my machine? stop the container(s) using the volume and then delete the volume. check help...
> Let me know if I could add your github public key for ssh access to access my bare metal server Yes. Add my GitHub public key.
Check single compose file ``` $HOME/docker_apps/erpnext_pwd/compose.yml ``` I used it to start the containers ``` cd ~/docker_apps/erpnext_pwd docker compose -p erp-pwd up -d ``` I entered the backend container and...
> Is there anything another config I need to take care of in case I need to swipe out the old docker images and volumes and recreate them? just the...
what are the labels on frontend container