Add SMTPS port for apps that require TLS connections for mail relay

This commit is contained in:
Girish Ramakrishnan
2017-10-19 12:00:22 -07:00
parent 0b1d940128
commit 433d797cb7
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ exports = module.exports = {
'postgresql': { repo: 'cloudron/postgresql', tag: 'cloudron/postgresql:0.17.0' },
'mongodb': { repo: 'cloudron/mongodb', tag: 'cloudron/mongodb:0.13.0' },
'redis': { repo: 'cloudron/redis', tag: 'cloudron/redis:0.11.0' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:0.37.4' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:0.38.0' },
'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:0.12.0' }
}
};