mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-04 09:34:08 +02:00
update dependencies
This commit is contained in:
parent
566753aafc
commit
f8253fb68e
13 changed files with 537 additions and 222 deletions
|
|
@ -33,6 +33,7 @@ impl ServiceTrait for Office {
|
|||
let container_id = self.container_name(cloud_id);
|
||||
let options = Some(CreateContainerOptions {
|
||||
name: container_id.clone(),
|
||||
..CreateContainerOptions::default()
|
||||
});
|
||||
let mut env = vec!["extra_params=--o:ssl.enable=false --o:ssl.termination=true"];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue