How to connect to the local host, as there is my IMAP server running (Protonbridge)

How to connect to the local host where frappe docker is running

I want to connect from frappe docker to a service (Mail) which is running on my local host 127.0. 0.1 i saw in the docker file compose.yaml but i notice some other settings like UPSTREAM_REAL_IP_ADDRESS: configure as a local host

I need this to let the Nexterp mail service IMAP connect to my local host . the host where docker is running. I use Protonmail and they use a bridge with a localhost ip. on my host

I want to connect from frappe docker to a service (Mail) which runs on my local host 127.0.0.1 i saw in the docker file compose.yaml but i notice some other settings like UPSTREAM_REAL_IP_ADDRESS: configure as a local host

I need this to let the Nexterp mailservice IMAP connect to my local host . the host where docker runs. I use Protonmail and they use a bridge with a localhost ip. on my host

Problem solved by putting the Proton Bridge in a Linux container. This allowed an IP4 local address to be added. So this bridge does not necessarily have to run on the same host as erpnext. Problem was that the bridge in a normal host always used the localhost IP 127.0.0.1 :slight_smile:

Source:

https://hub.docker.com/r/shenxn/protonmail-bridge