mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-19 14:15:21 +02:00
fix
This commit is contained in:
@@ -280,7 +280,7 @@ export const settingsRouter = createTRPCRouter({
|
||||
`Docker Cleanup ${new Date().toLocaleString()}] Running...`,
|
||||
);
|
||||
|
||||
await cleanupAll();
|
||||
await cleanupAll(server.serverId);
|
||||
|
||||
await sendDockerCleanupNotifications(server.organizationId);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user