Use addon with chown functionality

This commit is contained in:
Johannes Zellner
2020-07-13 18:30:19 +02:00
parent b14b5f141b
commit a81919262e

View File

@@ -22,6 +22,6 @@ exports = module.exports = {
'redis': { repo: 'cloudron/redis', tag: 'cloudron/redis:2.3.0@sha256:0e31ec817e235b1814c04af97b1e7cf0053384aca2569570ce92bef0d95e94d2' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:2.9.4@sha256:0e169b97a0584a76197d2bbc039d8698bf93f815588b3b43c251bd83dd545465' },
'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:2.3.0@sha256:b7bc1ca4f4d0603a01369a689129aa273a938ce195fe43d00d42f4f2d5212f50' },
'sftp': { repo: 'cloudron/sftp', tag: 'cloudron/sftp:2.0.0@sha256:c209d80d5412eab13df6b4d2f863643e92dcc10b794d5cf30f47f5aa12e90cab' }
'sftp': { repo: 'cloudron/sftp', tag: 'cloudron/sftp:2.0.0@sha256:44fb2dcfb1383690c08a515b76c988226623a8e11e3b356b0ff8580dcc44d6a4' }
}
};