Add RO support

This commit is contained in:
thespad 2024-10-13 16:59:17 +01:00
parent 4d1b0e164e
commit 9e313afccf
No known key found for this signature in database
6 changed files with 28 additions and 2 deletions

View file

@ -20,7 +20,8 @@ ENV DEBIAN_FRONTEND="noninteractive" \
PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS="6" \
PLEX_MEDIA_SERVER_USER="abc" \
PLEX_MEDIA_SERVER_INFO_VENDOR="Docker" \
PLEX_MEDIA_SERVER_INFO_DEVICE="Docker Container (LinuxServer.io)"
PLEX_MEDIA_SERVER_INFO_DEVICE="Docker Container (LinuxServer.io)" \
TMPDIR=/run/plex-temp
RUN \
echo "**** install runtime packages ****" && \