Proton Mail Bridge in a Docker container
This is yet another unofficial Docker image to run Proton Mail Bridge.
Use it at your own risk.
Inspired by shenxn/protonmail-bridge-docker
How to start
Initialize Proton Mail Bridge
docker compose run --rm protonmail-bridge init
login # enter your credentials
# optionally, switch to split mode if you have more that one email address
# in split mode every email address has own local credentials
# change mode 0
info 0 # View information to connect to your accounts
exit
Start Proton mail bridge in the background:
docker compose up -d
It is intended to in a local secure network, so default proxy config doesn't use encryption.
To enable encryption, you can mount a custom nginx.conf
file to the protonmail-bridge container
at /etc/nginx/nginx.conf
and follow the official guide from NGINX to configure TLS/SSL.