Add isCloudronManaged label to containers managed by cloudron

This commit is contained in:
Girish Ramakrishnan
2018-11-10 18:57:50 -08:00
parent 6ec36c9605
commit 78ac1d2a12
6 changed files with 10 additions and 2 deletions

View File

@@ -589,6 +589,7 @@ function restartMail(callback) {
-v "${paths.PLATFORM_DATA_DIR}/addons/mail:/etc/mail" \
${ports} \
-p 127.0.0.1:2020:2020 \
--label isCloudronManaged=true \
--read-only -v /run -v /tmp ${tag}`;
shell.execSync('startMail', cmd);