mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-06-23 04:10:14 +00:00
WIP
This commit is contained in:
@@ -70,7 +70,7 @@ describe("Database Migration", () => {
|
||||
MYSQL_USER: "kuma",
|
||||
MYSQL_PASSWORD: "kuma",
|
||||
})
|
||||
.withCommand(["--innodb-strict-mode=1", "--innodb-default-row-format=compact"])
|
||||
// .withCommand(["--innodb-strict-mode=1", "--innodb-default-row-format=compact"])
|
||||
.withExposedPorts(3306)
|
||||
.withWaitStrategy(Wait.forLogMessage("ready for connections", 2))
|
||||
.withStartupTimeout(120000)
|
||||
|
||||
Reference in New Issue
Block a user