diff --git a/tvapp2/index.js b/tvapp2/index.js index ce824600..6ea71432 100755 --- a/tvapp2/index.js +++ b/tvapp2/index.js @@ -2323,7 +2323,8 @@ const server = http.createServer( ( request, response ) => { Log.ok( `core`, chalk.yellow( `[initiate]` ), chalk.white( `✅` ), chalk.blueBright( `` ), chalk.gray( `Server is now running on` ), - chalk.blueBright( `
` ), chalk.whiteBright.bgBlack( ` ${ envWebIP }:${ envWebPort } ` ) ); + chalk.blueBright( `` ), chalk.whiteBright.bgBlack( ` ${ envWebIP }:${ envWebPort } ` ), + chalk.blueBright( `` ), chalk.whiteBright.bgBlack( ` ${ envIpContainer }:${ envWebPort } ` ) ); }); })();