Skip to content

Commit

Permalink
Added POP3/S ports to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus committed Oct 20, 2024
1 parent 3635577 commit 44d1158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ COPY ./resources/docker/entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod -R 755 /usr/local/bin
CMD ["/usr/local/bin/stalwart-mail"]
VOLUME [ "/opt/stalwart-mail" ]
EXPOSE 443 25 587 465 143 993 4190 8080
EXPOSE 443 25 110 587 465 143 993 995 4190 8080
ENTRYPOINT ["/bin/sh", "/usr/local/bin/entrypoint.sh"]

0 comments on commit 44d1158

Please sign in to comment.