mirror of
https://github.com/runcitadel/core.git
synced 2024-11-11 16:30:38 +00:00
Some more fixes
This commit is contained in:
parent
d8cf6de9c4
commit
09bb3c3367
|
@ -87,7 +87,7 @@ def configureMainPort(app: AppStage2, nodeRoot: str) -> AppStage3:
|
|||
if mainPort:
|
||||
app.metadata.internalPort = int(mainPort)
|
||||
else:
|
||||
app.metadata.internalPort = int(containerPort)
|
||||
app.metadata.internalPort = int(port["publicPort"])
|
||||
|
||||
for registryApp in registry:
|
||||
if registryApp['id'] == app.metadata.id:
|
||||
|
|
Loading…
Reference in New Issue
Block a user