Host log
gitea/salix/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Joan Sanchez 2022-10-05 10:28:07 +02:00
parent b0dac6c12d
commit 80d0b415ec
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ module.exports = class Docker {
this.dbConf.host = netSettings.Gateway;
this.dbConf.port = netSettings.Ports['3306/tcp'][0]['HostPort'];
console.log('Container host: ', this.dbConf.host);
}
await this.wait();