mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-24 20:52:10 +00:00
fix: Ghost icon, remove console.log
This commit is contained in:
@@ -111,7 +111,6 @@ export const post: RequestHandler = async (event) => {
|
||||
}
|
||||
}
|
||||
};
|
||||
console.log(JSON.stringify(composeFile.volumes));
|
||||
const composeFileDestination = `${workdir}/docker-compose.yaml`;
|
||||
await fs.writeFile(composeFileDestination, yaml.dump(composeFile));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user