Remove verbose debug
This commit is contained in:
@@ -56,8 +56,6 @@ function rebuild(options, callback) {
|
||||
dataDirs.push({ hostDir, mountDir });
|
||||
});
|
||||
|
||||
debug('app volume mounts', dataDirs);
|
||||
|
||||
const appDataVolumes = dataDirs.map(function (v) { return `-v "${v.hostDir}:${v.mountDir}"`; }).join(' ');
|
||||
|
||||
const cmd = `docker run --restart=always -d --name="sftp" \
|
||||
|
||||
Reference in New Issue
Block a user