containers/emerald: change mounts
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run

This commit is contained in:
Cilly Leang 2026-06-19 08:57:22 +10:00
parent e1c02d7a91
commit 83371117d4
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@
ShareURL = "https://${shareFqdn}";
EnableSharing = true;
DataFolder = "/persist/navidrome";
MusicFolder = "/binds/music";
MusicFolder = "/binds/music/main";
};
};
}

View file

@ -62,7 +62,7 @@
isReadOnly = false;
};
bindMounts."music" = {
hostPath = "/persist/media/music";
hostPath = "/flower/media/music";
mountPoint = "/binds/music";
isReadOnly = true;
};