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:
@@ -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' }
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user