self-hosted: do not cc support for bounce mails from apps

part of #242
This commit is contained in:
Girish Ramakrishnan
2017-02-24 10:30:48 -08:00
parent 2729cecf4a
commit 03924be491
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ exports = module.exports = {
'postgresql': { repo: 'cloudron/postgresql', tag: 'cloudron/postgresql:0.16.0' },
'mongodb': { repo: 'cloudron/mongodb', tag: 'cloudron/mongodb:0.12.0' },
'redis': { repo: 'cloudron/redis', tag: 'cloudron/redis:0.11.0' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:0.30.0' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:0.30.1' },
'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:0.11.0' }
}
};