mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-18 12:33:06 +00:00
v1.0.14 (#48)
# Features - Basic Python support # Fixes - Fix default start command
This commit is contained in:
@@ -39,7 +39,6 @@ async function connectMongoDB() {
|
||||
}
|
||||
|
||||
(async () => {
|
||||
console.log(mongoose.connection.readyState)
|
||||
if (mongoose.connection.readyState !== 1) await connectMongoDB();
|
||||
try {
|
||||
await mongoose.connection.db.dropCollection('logs-servers');
|
||||
|
||||
Reference in New Issue
Block a user