mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2024-11-13 04:39:02 +08:00
This commit is contained in:
parent
3635577706
commit
44d1158aa3
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue