This commit is contained in:
fir4tozden
2025-12-01 15:54:08 +03:00
parent b9becbafd8
commit 4df9b935a8

View File

@@ -148,7 +148,7 @@ export const getContainerByName = (name: string): Promise<ContainerInfo> => {
/**
* Docker commands passed through this method are held during Docker's build or pull process.
*
* https://github.com/dokploy/dokploy/pull/3064
* https://github.com/Dokploy/dokploy/pull/3064
* https://github.com/fir4tozden
*/
export const dockerSafeExec = (exec: string) => `CHECK_INTERVAL=10
@@ -268,7 +268,7 @@ export const cleanupAll = async (serverId?: string) => {
/**
* This wasn't being used. If it's ready, it should be used here.
*
* https://github.com/dokploy/dokploy/pull/3064
* https://github.com/Dokploy/dokploy/pull/3064
* https://github.com/fir4tozden
*/
// await cleanupInactiveContainers();