Use docker proxy port from config

This commit is contained in:
Johannes Zellner
2018-08-13 20:41:02 +02:00
parent 6933184c2e
commit 10f0d48b2a
2 changed files with 2 additions and 1 deletions

View File

@@ -342,7 +342,7 @@ function startDockerProxy(callback) {
req.pipe(dockerRequest, { end: true });
}
}).listen(5687, callback);
}).listen(config.get('dockerProxyPort'), callback);
}
function handleCertChanged(cn) {