Remove HW transcoding and use plex latest again
This commit is contained in:
parent
50ff412efe
commit
eccd183f6d
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue