Log port
gitea/salix/pipeline/head This commit is unstable
Details
gitea/salix/pipeline/head This commit is unstable
Details
This commit is contained in:
parent
0ad583f22f
commit
0502f9ebf0
|
@ -66,7 +66,7 @@ module.exports = class Docker {
|
||||||
|
|
||||||
this.dbConf.port = netSettings.Ports['3306/tcp'][0]['HostPort'];
|
this.dbConf.port = netSettings.Ports['3306/tcp'][0]['HostPort'];
|
||||||
console.log('Host: ', this.dbConf.host);
|
console.log('Host: ', this.dbConf.host);
|
||||||
console.log('Port: ', this.dbConf.host);
|
console.log('Port: ', this.dbConf.port);
|
||||||
}
|
}
|
||||||
|
|
||||||
await this.wait();
|
await this.wait();
|
||||||
|
|
Loading…
Reference in New Issue