Remove left-over docker proxy start call in platform.js
This commit is contained in:
@@ -62,7 +62,6 @@ function start(callback) {
|
||||
if (error) return callback(error);
|
||||
|
||||
async.series([
|
||||
startDockerProxy,
|
||||
stopContainers.bind(null, existingInfra),
|
||||
startAddons.bind(null, existingInfra),
|
||||
removeOldImages,
|
||||
|
||||
Reference in New Issue
Block a user