fix restarts

This commit is contained in:
Simon Ungar Felding 2024-12-06 13:45:31 +01:00
parent db779f4e52
commit ac55256b61
2 changed files with 7 additions and 8 deletions

View file

@ -15,8 +15,8 @@ LABEL maintainer="Xiaonan Shen <s@sxn.dev>"
EXPOSE 25/tcp
EXPOSE 143/tcp
EXPOSE 1025/tcp
EXPOSE 1143/tcp
EXPOSE 2025/tcp
EXPOSE 2143/tcp
# Install dependencies and protonmail bridge
RUN apt-get update \