Log port
gitea/salix/pipeline/head This commit is unstable Details

This commit is contained in:
Joan Sanchez 2022-10-05 11:19:07 +02:00
parent 0ad583f22f
commit 0502f9ebf0
1 changed files with 1 additions and 1 deletions

View File

@ -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();