mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-04 01:24:09 +02:00
update dependencies
This commit is contained in:
parent
566753aafc
commit
f8253fb68e
13 changed files with 537 additions and 222 deletions
|
|
@ -75,6 +75,7 @@ impl ServiceTrait for ObjectStore {
|
|||
pull_image(docker, self.image()).await?;
|
||||
let options = Some(CreateContainerOptions {
|
||||
name: format!("{}-object", cloud_id),
|
||||
..CreateContainerOptions::default()
|
||||
});
|
||||
let config = Config {
|
||||
image: Some(self.image()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue