We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae7906 commit fec4daaCopy full SHA for fec4daa
1 file changed
packages/server/src/utils/docker/utils.ts
@@ -252,7 +252,6 @@ export const cleanupSystem = async (serverId?: string) => {
252
export const cleanupAll = async (serverId?: string) => {
253
await cleanupContainers(serverId);
254
await cleanupImages(serverId);
255
- // await cleanupVolumes(serverId);
256
await cleanupBuilders(serverId);
257
await cleanupSystem(serverId);
258
};
0 commit comments