mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
switch smb image to new repo
This commit is contained in:
parent
663228f5f4
commit
dfdc699ba9
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ impl ServiceTrait for Smb {
|
|||
network: &str,
|
||||
_config: &HazeConfig,
|
||||
) -> Result<Option<String>> {
|
||||
let image = "servercontainers/samba";
|
||||
let image = "ghcr.io/servercontainers/samba:smbd-only-a3.18.0-s4.18.2-r0";
|
||||
pull_image(docker, image).await?;
|
||||
let options = Some(CreateContainerOptions {
|
||||
name: self.container_name(cloud_id).unwrap(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue