add debug
This commit is contained in:
parent
b469d2832d
commit
44dc3b743e
@ -1185,6 +1185,8 @@ export async function getFreeExposedPort(id, exposePort, engine, remoteEngine, r
|
||||
})
|
||||
).map((a) => a.exposePort);
|
||||
const usedPorts = [...applicationUsed, ...serviceUsed];
|
||||
console.log(usedPorts)
|
||||
console.log(exposePort)
|
||||
if (usedPorts.includes(exposePort)) {
|
||||
return false
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user