containers/emerald: change mounts
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
This commit is contained in:
parent
e1c02d7a91
commit
83371117d4
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
ShareURL = "https://${shareFqdn}";
|
ShareURL = "https://${shareFqdn}";
|
||||||
EnableSharing = true;
|
EnableSharing = true;
|
||||||
DataFolder = "/persist/navidrome";
|
DataFolder = "/persist/navidrome";
|
||||||
MusicFolder = "/binds/music";
|
MusicFolder = "/binds/music/main";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,7 @@
|
||||||
isReadOnly = false;
|
isReadOnly = false;
|
||||||
};
|
};
|
||||||
bindMounts."music" = {
|
bindMounts."music" = {
|
||||||
hostPath = "/persist/media/music";
|
hostPath = "/flower/media/music";
|
||||||
mountPoint = "/binds/music";
|
mountPoint = "/binds/music";
|
||||||
isReadOnly = true;
|
isReadOnly = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue