Host log
gitea/salix/pipeline/head Something is wrong with the build of this commit
Details
gitea/salix/pipeline/head Something is wrong with the build of this commit
Details
This commit is contained in:
parent
b0dac6c12d
commit
80d0b415ec
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue