Downgrade plex to 1.14.1
This commit is contained in:
parent
032ac51d37
commit
edc4499807
|
@ -38,7 +38,7 @@ services:
|
|||
- 'traefik.enable=true'
|
||||
|
||||
plex:
|
||||
image: linuxserver/plex
|
||||
image: linuxserver/plex:1.14.1.5488-cc260c476-ls9
|
||||
restart: always
|
||||
networks:
|
||||
- web
|
||||
|
@ -56,7 +56,8 @@ services:
|
|||
- PGID=${PGID}
|
||||
- PUID=${PUID}
|
||||
- TZ=Europe/Paris
|
||||
- VERSION=latest
|
||||
#- VERSION=latest
|
||||
- version=1.14.1.5488-cc260c476
|
||||
labels:
|
||||
- 'traefik.backend=plex'
|
||||
- 'traefik.port=32400'
|
||||
|
|
Loading…
Reference in New Issue