Skip to content

Commit b3b03e9

Browse files
sparklyballsCHBMB
authored andcommitted
don't use LD_LIBRARY_PATH as env, interferes with ssl setup (#89)
1 parent 0d83f59 commit b3b03e9

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR="/config/Library/Application Support"
1010
PLEX_MEDIA_SERVER_HOME="/usr/lib/plexmediaserver" \
1111
PLEX_MEDIA_SERVER_INFO_DEVICE=docker \
1212
PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS="6" \
13-
PLEX_MEDIA_SERVER_USER=abc \
14-
LD_LIBRARY_PATH="/usr/lib/plexmediaserver:$LD_LIBRARY_PATH"
13+
PLEX_MEDIA_SERVER_USER=abc
1514

1615
# install packages
1716
RUN \

root/etc/services.d/plex/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
echo "Starting Plex Media Server."
44
exec \
55
s6-setuidgid abc /bin/bash -c \
6-
'/usr/lib/plexmediaserver/Plex\ Media\ Server'
6+
'LD_LIBRARY_PATH=/usr/lib/plexmediaserver /usr/lib/plexmediaserver/Plex\ Media\ Server'

0 commit comments

Comments
 (0)