mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix(backups): awaiting initcronjobs in an attempt to fix backups cron
This commit is contained in:
parent
ffc85b04a8
commit
180aa34140
@ -46,7 +46,7 @@ void app.prepare().then(async () => {
|
||||
await initializeNetwork();
|
||||
createDefaultTraefikConfig();
|
||||
createDefaultServerTraefikConfig();
|
||||
initCronJobs();
|
||||
await initCronJobs();
|
||||
await migration();
|
||||
await sendDokployRestartNotifications();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user