Listen also on the ssl port 465 for clients (#709)

This commit is contained in:
Johan Smits 2017-09-07 18:08:25 +02:00 committed by Thomas VIAL
parent 1c75cabcfd
commit 0fe86e796b
3 changed files with 35 additions and 4 deletions

View file

@ -193,7 +193,7 @@ RUN chmod +x /usr/local/bin/*
# Configure supervisor
COPY target/supervisor/* /etc/supervisor/conf.d/
EXPOSE 25 587 143 993 110 995 4190
EXPOSE 25 587 143 465 993 110 995 4190
CMD supervisord -c /etc/supervisor/supervisord.conf