mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: delete log
This commit is contained in:
parent
8bfe1632fa
commit
353effd720
@ -449,8 +449,6 @@ export const removeCompose = async (
|
||||
const { COMPOSE_PATH } = paths(!!compose.serverId);
|
||||
const projectPath = join(COMPOSE_PATH, compose.appName);
|
||||
|
||||
console.log("API: DELETE VOLUMES=", deleteVolumes);
|
||||
|
||||
if (compose.composeType === "stack") {
|
||||
const command = `cd ${projectPath} && docker stack rm ${compose.appName} && rm -rf ${projectPath}`;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user