Park source container on duplicate so host ports can be reused
Release rolling / release (push) Has been cancelled

When duplicating with the same host ports, stop+rename the origin, deploy
and verify the new container, then remove the parked source. Client
precheck ignores ports owned only by the origin to avoid false blocks.
This commit is contained in:
Raven Scott
2026-07-16 22:24:49 -04:00
parent ca3770da59
commit bd512df950
7 changed files with 520 additions and 28 deletions
+4 -1
View File
@@ -12569,7 +12569,10 @@ async function openDuplicateModal(container) {
// ignore
}
populateDuplicateForm(config, { existingNames });
populateDuplicateForm(config, {
existingNames,
sourceContainerId: container.Id || config.Id || '',
});
setupDeployResourceSliders();
const networkMode = document.getElementById('duplicate-network-mode');