File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ PLEX_INSTALL="https://plex.tv/downloads/latest/1?channel=8&build=linux-ubuntu-x8
99PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR="/config/Library/Application Support" \
1010PLEX_MEDIA_SERVER_HOME="/usr/lib/plexmediaserver" \
1111PLEX_MEDIA_SERVER_INFO_DEVICE=docker \
12- PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS="6"
12+ PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS="6" \
13+ LD_LIBRARY_PATH="/usr/lib/plexmediaserver:$LD_LIBRARY_PATH"
1314
1415# install packages
1516RUN \
Original file line number Diff line number Diff line change 11#!/usr/bin/with-contenv bash
22
33echo "Starting Plex Media Server."
4- exec s6-setuidgid abc /bin/sh -c 'LD_LIBRARY_PATH=/usr/lib/plexmediaserver /usr/lib/plexmediaserver/Plex\ Media\ Server'
4+ exec \
5+ s6-setuidgid abc /bin/bash -c \
6+ '/usr/lib/plexmediaserver/Plex\ Media\ Server'
57
68
You can’t perform that action at this time.
0 commit comments