mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-05 02:27:15 +02:00
Listen also on the ssl port 465 for clients (#709)
This commit is contained in:
parent
1c75cabcfd
commit
0fe86e796b
3 changed files with 35 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue