Updated Dockerfile

This commit is contained in:
mdecimus
2024-01-08 14:28:11 +01:00
parent d829b56571
commit b53aca88e8
2 changed files with 121 additions and 1 deletions

View File

@@ -20,6 +20,6 @@ RUN chown stalwart-mail:stalwart-mail /opt/stalwart-mail
VOLUME [ "/opt/stalwart-mail" ]
EXPOSE 8080 25 587 465 143 993 4190
EXPOSE 443 25 587 465 143 993 4190
ENTRYPOINT ["/bin/sh", "/usr/local/bin/entrypoint.sh"]