fix: Fix updating the application host binding IP (#13127)

This commit is contained in:
王贺
2026-06-26 18:08:08 +08:00
committed by GitHub
parent 27ba50d8be
commit 902bc90aef

View File

@@ -396,6 +396,7 @@ const submit = async (formEl: FormInstance) => {
submitModel.cpuQuota = paramModel.cpuQuota;
submitModel.memoryUnit = paramModel.memoryUnit;
submitModel.allowPort = paramModel.allowPort;
submitModel.specifyIP = paramModel.specifyIP;
submitModel.containerName = paramModel.containerName;
if (paramModel.editCompose) {
submitModel.editCompose = paramModel.editCompose;