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