Skip to content

Commit f0fc252

Browse files
authored
give plex user a fixed uid and gid (#2498)
Signed-off-by: Simon L <[email protected]>
1 parent 616e142 commit f0fc252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

not-supported/plexmediaserver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ install_docker
9494
# Create plex user
9595
if ! id plex &>/dev/null
9696
then
97-
check_command adduser --no-create-home --quiet --disabled-login --force-badname --gecos "" "plex"
97+
check_command adduser --no-create-home --quiet --disabled-login --uid 1005 --gid 1006 --force-badname --gecos "" "plex"
9898
fi
9999

100100
PLEX_UID="$(id -u plex)"

0 commit comments

Comments
 (0)