Jellyfin readonly bind mount
This commit is contained in:
@ -106,7 +106,7 @@ with lib.my;
|
||||
"--privileged"
|
||||
"--label=io.containers.autoupdate=registry"
|
||||
"--group-add=989"
|
||||
"--mount=type=bind,source=/mnt/library,target=/library,ro"
|
||||
"--mount=type=bind,source=/mnt/library,target=/library,ro=true"
|
||||
"--device=/dev/dri:/dev/dri"
|
||||
];
|
||||
};
|
||||
|
Reference in New Issue
Block a user