Remove HW transcoding and use plex latest again

This commit is contained in:
Jean Froment 2019-05-27 20:28:59 +02:00
parent 50ff412efe
commit eccd183f6d
1 changed files with 4 additions and 6 deletions

View File

@ -38,7 +38,8 @@ services:
- 'traefik.enable=true'
plex:
image: linuxserver/plex:1.14.1.5488-cc260c476-ls8
#image: linuxserver/plex:1.14.1.5488-cc260c476-ls8
image: linuxserver/plex
restart: always
networks:
- web
@ -56,11 +57,8 @@ services:
- PGID=${PGID}
- PUID=${PUID}
- TZ=Europe/Paris
#- VERSION=latest
- VERSION=1.14.0.5470-9d51fdfaa
devices:
- /dev/dri:/dev/dri
privileged: true
- VERSION=latest
#- VERSION=1.14.0.5470-9d51fdfaa
labels:
- 'traefik.backend=plex'
- 'traefik.port=32400'