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'
|
- 'traefik.enable=true'
|
||||||
|
|
||||||
plex:
|
plex:
|
||||||
image: linuxserver/plex:1.14.1.5488-cc260c476-ls8
|
#image: linuxserver/plex:1.14.1.5488-cc260c476-ls8
|
||||||
|
image: linuxserver/plex
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- web
|
- web
|
||||||
|
@ -56,11 +57,8 @@ services:
|
||||||
- PGID=${PGID}
|
- PGID=${PGID}
|
||||||
- PUID=${PUID}
|
- PUID=${PUID}
|
||||||
- TZ=Europe/Paris
|
- TZ=Europe/Paris
|
||||||
#- VERSION=latest
|
- VERSION=latest
|
||||||
- VERSION=1.14.0.5470-9d51fdfaa
|
#- VERSION=1.14.0.5470-9d51fdfaa
|
||||||
devices:
|
|
||||||
- /dev/dri:/dev/dri
|
|
||||||
privileged: true
|
|
||||||
labels:
|
labels:
|
||||||
- 'traefik.backend=plex'
|
- 'traefik.backend=plex'
|
||||||
- 'traefik.port=32400'
|
- 'traefik.port=32400'
|
||||||
|
|
Loading…
Reference in New Issue