Root file permissions for sonarr & radarr
This commit is contained in:
@ -150,6 +150,8 @@ with lib.my;
|
||||
"downloads:/downloads"
|
||||
];
|
||||
extraOptions = [
|
||||
"-e PUID=0"
|
||||
"-e GUID=0"
|
||||
"--label=io.containers.autoupdate=registry"
|
||||
"--mount=type=bind,source=/mnt/library/movies,target=/movies"
|
||||
];
|
||||
@ -164,6 +166,8 @@ with lib.my;
|
||||
"downloads:/downloads"
|
||||
];
|
||||
extraOptions = [
|
||||
"-e PUID=0"
|
||||
"-e GUID=0"
|
||||
"--label=io.containers.autoupdate=registry"
|
||||
"--mount=type=bind,source=/mnt/library/tv,target=/tv"
|
||||
];
|
||||
|
Reference in New Issue
Block a user