Browse Source

Change to non-SSL ports also in Dockerfile

Suren A. Chilingaryan 4 years ago
parent
commit
eeea742e6b
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Dockerfile

+ 4 - 4
Dockerfile

@@ -22,10 +22,10 @@ USER davmail
 VOLUME ["/etc/davmail/davmail.p12"]
 
 EXPOSE     1080
-EXPOSE     1993
-EXPOSE     1636
-EXPOSE     1995
-EXPOSE     1587
+EXPOSE     1110
+EXPOSE     1389
+EXPOSE     1143
+EXPOSE     1025
 
 WORKDIR    /opt/davmail
 ENTRYPOINT ["/opt/davmail/entrypoint.sh"]