mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-23 23:11:13 -04:00
Fix: Docker Healthcheck is not happy during migration (#5258)
This commit is contained in:
parent
7d8dc55dbe
commit
46d8744fa4
3 changed files with 114 additions and 6 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue