1
0
Fork 0
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:
Robin Appelman 2023-07-19 14:32:52 +02:00
commit dfdc699ba9

View file

@ -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(),