mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-16 04:35:24 +02:00
chore: comments for services > settings.ts > cleanupFullDocker()
This commit is contained in:
@@ -216,8 +216,13 @@ echo "$json_output"
|
||||
return result;
|
||||
};
|
||||
|
||||
export const cleanupFullDocker = async (serverId?: string) =>
|
||||
cleanupAll(serverId);
|
||||
/**
|
||||
* This function is not currently used anywhere, but it remains here because removing it would be risky.
|
||||
*
|
||||
* https://github.com/Dokploy/dokploy/pull/3064
|
||||
* https://github.com/fir4tozden
|
||||
*/
|
||||
export const cleanupFullDocker = cleanupAll;
|
||||
|
||||
export const getDockerResourceType = async (
|
||||
resourceName: string,
|
||||
|
||||
Reference in New Issue
Block a user