4592-jenkins_tests #1075
|
@ -66,7 +66,7 @@ module.exports = class Docker {
|
|||
|
||||
this.dbConf.port = netSettings.Ports['3306/tcp'][0]['HostPort'];
|
||||
console.log('Host: ', this.dbConf.host);
|
||||
console.log('Port: ', this.dbConf.host);
|
||||
console.log('Port: ', this.dbConf.port);
|
||||
}
|
||||
|
||||
await this.wait();
|
||||
|
|
Loading…
Reference in New Issue