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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ tag | description
34
34
To initialize and add account to the bridge, run the following command.
35
35
36
36
```
37
-
docker run --rm -it -v protonmail:/root shenxn/protonmail-bridge init
37
+
docker run --rm -it -v protonmail:/home/protonmail shenxn/protonmail-bridge init
38
38
```
39
39
40
40
Wait for the bridge to startup, use `login` command and follow the instructions to add your account into the bridge. Then use `info` to see the configuration information (username and password). After that, use `exit` to exit the bridge. You may need `CTRL+C` to exit the docker entirely.
@@ -44,7 +44,7 @@ Wait for the bridge to startup, use `login` command and follow the instructions
@@ -58,7 +58,7 @@ If you don't want to use Helm, you can also reference to the guide ([#6](https:/
58
58
Please be aware that running the command above will expose your bridge to the network. Remember to use firewall if you are going to run this in an untrusted network or on a machine that has public IP address. You can also use the following command to publish the port to only localhost, which is the same behavior as the official bridge package.
Besides, you can publish only port 25 (SMTP) if you don't need to receive any email (e.g. as a email notification service).
@@ -78,4 +78,4 @@ For anyone who want to build this container on your own (for development or secu
78
78
docker build .
79
79
```
80
80
81
-
That's it. The `Dockerfile` and bash scripts handle all the downloading, building, and packing. You can also add tags, push to your favorite docker registry, or use `buildx` to build multi architecture images.
81
+
That's it. The `Dockerfile` and bash scripts handle all the downloading, building, and packing. You can also add tags, push to your favorite docker registry, or use `buildx` to build multi architecture images.
0 commit comments