Skip to content

Commit

Permalink
only recreate containers with new app spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Cabecinha84 committed Nov 8, 2024
1 parent 4852ef9 commit 291cdbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ZelBack/src/services/fluxNetworkHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -897,9 +897,9 @@ async function adjustExternalIP(ip) {
appsRemoved += 1;
} else {
// eslint-disable-next-line no-await-in-loop
await appsService.softRedeploy(app, null, true).catch((error) => {
/* await appsService.softRedeploy(app, null, true).catch((error) => {
log.error(error);
});
}); */
}
}
if (apps.length > appsRemoved) {
Expand Down

0 comments on commit 291cdbf

Please sign in to comment.