fluentbit github release

This commit is contained in:
Andras Bacsai
2022-11-18 11:07:52 +01:00
parent 281146e22b
commit 714c264002
9 changed files with 99 additions and 8 deletions

View File

@@ -182,7 +182,7 @@ const host = '0.0.0.0';
setInterval(async () => {
await migrateServicesToNewTemplate()
}, 60000)
}, isDev ? 1000 : 60000)
setInterval(async () => {
await copySSLCertificates();