-
Notifications
You must be signed in to change notification settings - Fork 31
Unable to run as anything other than 797:797 #33
Description
Tried starting with --user and -e PGID=1002 -e PUID=1002 options etc. Any user other than 797 causes immediate crash and restart. (--user fails with "docker error response from daemon linux spec user unable to find user xxxx", a known issue i gather).
Problem I have is to access the media folders the user must be group www-data. I've tried creating a plextv user (UID: 797, GID 797) and adding it to the www-data group. Plex now starts, can see the media folder but says there is no media in any folder.
I'm new to docker and plex. Have the Timhaak version working ok though.
EDIT: recreated user plex tv uid:gid 797:797 which does have access to the media folder - I can su to the user and navigate to folders. Plex still says library has no media.
EDIT2: Plex can find and index music. It just seems to be video thats broken