Refactor container working dirs

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-07-06 11:36:13 +01:00
parent bf49eac272
commit 48d3ba5092
19 changed files with 29 additions and 16 deletions

View File

@@ -98,6 +98,7 @@ pkgs.dockerTools.buildImage {
ExposedPorts = {
"8096/tcp" = { };
};
WorkingDir = "/var/lib/jellyfin";
Volumes = {
"/etc/jellyfin" = { };
"/var/lib/jellyfin" = { };