Installs ProtonMail Bridge into a Linux container
3.7K
Installs ProtonMail Bridge into an Alpine container.
Several tag are available:
Proton Mail Bridge adds end-to-end encryption to popular email apps, including Outlook, Thunderbird, and Apple Mail. Secure email made easy
https://proton.me/mail/bridge
docker create --name=protonmail-bridge \
-e UID=<UID default:12345> \
-e GID=<GID default:12345> \
-e AUTOUPGRADE=<0|1 default:0> \
-e TZ=<timezone default:Europe/Brussels> \
-p 143:143 \
-p 25:25 \
digrouz/protonmail-bridge
When you start the protonmail-bridge image, you can adjust the configuration of the protonmail-bridge instance by passing one or more environment variables on the docker run command line.
UIDThis variable is not mandatory and specifies the user id that will be set to run the application. It has default value 12345.
GIDThis variable is not mandatory and specifies the group id that will be set to run the application. It has default value 12345.
AUTOUPGRADEThis variable is not mandatory and specifies if the container has to launch software update at startup or not. Valid values are 0 and 1. It has default value 0.
TZThis variable is not mandatory and specifies the timezone to be configured within the container. It has default value Europe/Brussels.
-e AUTOUPGRADE=1 at container creation.If you encounter an issue please open a ticket at github
Content type
Image
Digest
sha256:bdccaa2a4…
Size
162.7 MB
Last updated
about 9 hours ago
docker pull digrouz/protonmail-bridge