5 lines
203 B
Docker
5 lines
203 B
Docker
# Let's not reinvent the wheel
|
|
FROM timhaak/plex:latest
|
|
|
|
# Replace the Transcoder binary with our elastic transcoder
|
|
ADD "plex-elastic-transcoder" "/usr/lib/plexmediaserver/Resources/Plex New Transcoder" |