fix: cleanupStuckedContainers

This commit is contained in:
Andras Bacsai 2023-01-23 10:37:28 +01:00
parent ade7c8566d
commit 612bacebed

View File

@ -174,7 +174,7 @@ const host = '0.0.0.0';
// Cleanup stucked containers (not defined in Coolify, but still running and managed by Coolify) // Cleanup stucked containers (not defined in Coolify, but still running and managed by Coolify)
setInterval(async () => { setInterval(async () => {
await cleanupStuckedContainers(); await cleanupStuckedContainers();
}, 2000); }, 60000);
// checkProxies, checkFluentBit & refresh templates // checkProxies, checkFluentBit & refresh templates
setInterval(async () => { setInterval(async () => {