Account for https registry URLs

This commit is contained in:
Wes Mason
2016-05-10 21:50:11 +01:00
parent 1df6d6d94a
commit e4d13bebe0
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -82,5 +82,5 @@ function onError(error) {
*/
function onListening() {
console.log('Listening on http://' + config.LOCAL_REGISTRY );
console.log('Listening on http://0.0.0.0:' + port );
}