2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2024-07-30 17:16:10 +00:00

Merge branch 'master' into pass

This commit is contained in:
Joe Groocock 2017-09-20 11:31:09 +01:00
commit 4c6873a2e9
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -26,6 +26,8 @@ RUN set -ax \
&& chmod +x /usr/sbin/start_pms \
&& find /tmp -mindepth 1 -delete
HEALTHCHECK --interval=30s --timeout=12s CMD wget -O /dev/null -T 10 -q localhost:32400/identity || exit 1
WORKDIR /usr/lib/plexmediaserver
ENTRYPOINT ["/sbin/tini", "--"]