Re-assign 2020 to mail server

This commit is contained in:
Girish Ramakrishnan
2018-03-21 23:15:30 -07:00
parent 9123ea7016
commit 84dcdbba33
2 changed files with 3 additions and 2 deletions

View File

@@ -571,6 +571,7 @@ function restartMail(callback) {
-v "${paths.MAIL_DATA_DIR}:/app/data" \
-v "${paths.PLATFORM_DATA_DIR}/addons/mail:/etc/mail" \
${ports} \
-p 127.0.0.1:2020:2020 \
--read-only -v /run -v /tmp ${tag}`;
shell.execSync('startMail', cmd);