mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-21 11:42:19 +08:00
Fix: Docker Healthcheck is not happy during migration (#5258)
This commit is contained in:
@@ -1716,7 +1716,7 @@ async function initDatabase(testMode = false) {
|
||||
log.info("server", "Connected to the database");
|
||||
|
||||
// Patch the database
|
||||
await Database.patch();
|
||||
await Database.patch(port, hostname);
|
||||
|
||||
let jwtSecretBean = await R.findOne("setting", " `key` = ? ", [
|
||||
"jwtSecret",
|
||||
|
Reference in New Issue
Block a user