This commit is contained in:
Andras Bacsai
2022-11-02 10:08:22 +01:00
parent 3a8929b9d7
commit 923241ce1e
5 changed files with 6 additions and 4 deletions

View File

@@ -175,7 +175,7 @@ const host = '0.0.0.0';
await refreshTags()
await migrateServicesToNewTemplate()
}, 60000)
setInterval(async () => {
await copySSLCertificates();
}, 10000)