mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 11:29:02 +00:00
more fixes
This commit is contained in:
@@ -24,9 +24,6 @@ if (isDockerEnabled()) {
|
||||
process.arch === "x64" && {
|
||||
name: "MySQL 9",
|
||||
image: "mysql:9",
|
||||
env: {
|
||||
MYSQL_ROOT_PASSWORD: "bun123456@#$%^&*()",
|
||||
},
|
||||
},
|
||||
].filter(Boolean);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user