Search found 2 matches

by spooknik
22 Aug 2023, 08:46
Forum: unRAID & docker
Topic: Change Group and User ID for Filebot Node
Replies: 3
Views: 8592

Re: Change Group and User ID for Filebot Node

docker containers traditionally run as root (within the container) on startup and setup a new user inside the container and then switch to that user to run the main application. The UID and GID for that user is defined via the PUID and PGID environment variables by common convention: -e PUID=1000 ...
by spooknik
22 Aug 2023, 07:13
Forum: unRAID & docker
Topic: Change Group and User ID for Filebot Node
Replies: 3
Views: 8592

Change Group and User ID for Filebot Node

Hello! I am running Filebot Node on TrueNAS Scale, when moving files I get the following error: [MOVE] from [/volume1/Sync/seedbox/Season 5/Mad Men (2007) - S05E04 - Mystery Date (1080p BluRay x265 Silence).mkv] to [/volume1/TV/Mad Men/Season 5/Mad Men - 5x04 - Mystery Date.mkv] I need to run the ...