We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616e142 commit f0fc252Copy full SHA for f0fc252
not-supported/plexmediaserver.sh
@@ -94,7 +94,7 @@ install_docker
94
# Create plex user
95
if ! id plex &>/dev/null
96
then
97
- check_command adduser --no-create-home --quiet --disabled-login --force-badname --gecos "" "plex"
+ check_command adduser --no-create-home --quiet --disabled-login --uid 1005 --gid 1006 --force-badname --gecos "" "plex"
98
fi
99
100
PLEX_UID="$(id -u plex)"
0 commit comments