Move SMTPS port to 2465

This curious change is because gogs and gitea have no way to configure
the SMTPS port and rely on port number ending with 465 to determine
SMTPS (!)
This commit is contained in:
Girish Ramakrishnan
2018-01-18 10:26:53 -08:00
parent 94f7b90705
commit 0e7ebc9637
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ exports = module.exports = {
'postgresql': { repo: 'cloudron/postgresql', tag: 'cloudron/postgresql:1.0.0' },
'mongodb': { repo: 'cloudron/mongodb', tag: 'cloudron/mongodb:1.0.1' },
'redis': { repo: 'cloudron/redis', tag: 'cloudron/redis:1.0.0' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:0.40.0' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:1.0.0' },
'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:1.0.0' }
}
};