You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error response from daemon: Conflict. The container name "/protonmail-bridge" is already in use by container "812***". You have to remove (or rename) that container to be able to reuse that name.
See 'docker run --help'.
I'm trying to run this on UNRAID.
The text was updated successfully, but these errors were encountered:
As the error message suggests you already have a container named "/protonmail-bridge". You have to delete the container first if you want to re-create it.
To delete the container you can run the following command: docker rm container_id_or_name.
After executing
docker run -d --name=protonmail-bridge -v protonmail:/root -p 127.0.0.1:1025:25/tcp -p 127.0.0.1:1143:143/tcp --restart=unless-stopped shenxn/protonmail-bridge
I get the following error:
I'm trying to run this on UNRAID.
The text was updated successfully, but these errors were encountered: