Expose TCP:1025 and TCP:1143
Due to unraid limitations, if you set the network to br0 which bypasses the unraid reverse proxy, you cant change ports on the docker container. https://www.reddit.com/r/unRAID/comments/i98wl2/br0_port_80/
This commit is contained in:
parent
2e9d95d90b
commit
48b675146f
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ LABEL maintainer="Xiaonan Shen <s@sxn.dev>"
|
|||
|
||||
EXPOSE 25/tcp
|
||||
EXPOSE 143/tcp
|
||||
EXPOSE 1025/tcp
|
||||
EXPOSE 1143/tcp
|
||||
|
||||
# Install dependencies and protonmail bridge
|
||||
RUN apt-get update \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue