2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2025-06-10 13:11:12 +00:00

Fix permissions issue on boot

This commit is contained in:
2017-05-14 21:41:46 +01:00
parent f31ab482d8
commit daa2e1172d
2 changed files with 14 additions and 5 deletions

View File

@ -24,4 +24,4 @@ RUN wget http://ftp.de.debian.org/debian/pool/main/g/gcc-4.9/libstdc++6_4.9.2-10
WORKDIR /usr/lib/plexmediaserver
ENTRYPOINT ["/sbin/tini", "--"]
CMD exec su-exec $UID:$GID start_pms
CMD ["start_pms"]