More fixes
gitea/salix/dev This commit looks good
Details
gitea/salix/dev This commit looks good
Details
This commit is contained in:
parent
967ee6108c
commit
bdcdb06a1b
|
@ -423,7 +423,7 @@ async function docker() {
|
||||||
let inspect = await execP(`docker inspect -f "{{json .NetworkSettings}}" ${containerId}`);
|
let inspect = await execP(`docker inspect -f "{{json .NetworkSettings}}" ${containerId}`);
|
||||||
let netSettings = JSON.parse(inspect.stdout);
|
let netSettings = JSON.parse(inspect.stdout);
|
||||||
|
|
||||||
dbConf.host = netSettings.IPAddress;
|
dbConf.host = netSettings.Gateway;
|
||||||
dbConf.port = netSettings.Ports['3306/tcp'][0]['HostPort'];
|
dbConf.port = netSettings.Ports['3306/tcp'][0]['HostPort'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue