add port 143 as exposed

This commit is contained in:
Sebastian Hugentobler 2016-07-06 11:03:03 +02:00
parent 697e3e8120
commit a404692e8a

View File

@ -7,7 +7,7 @@ RUN mkdir /etc/dovecot/sieve-after/
RUN addgroup vmail
RUN adduser -h /var/lib/vmail -D -G vmail vmail
EXPOSE 6334 7777
EXPOSE 143 6334 7777
VOLUME /var/lib/vmail/mail/ /etc/ssl/mail