mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
parent
a3f2355dea
commit
fc6cde4161
1 changed files with 0 additions and 8 deletions
|
|
@ -219,14 +219,6 @@ impl Database {
|
|||
}
|
||||
}),
|
||||
}),
|
||||
cmd: if self.image() == "mysql:8" {
|
||||
Some(vec![
|
||||
"--default-authentication-plugin".into(),
|
||||
"mysql_native_password".into(),
|
||||
])
|
||||
} else {
|
||||
None
|
||||
},
|
||||
..Default::default()
|
||||
};
|
||||
let id = docker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue