Merge pull request #2779 from KristupasSavickas/fix-docker-arm-ffmpeg-path

Fix ffmpeg path on ARM docker image

(cherry picked from commit 6d98c0b62ad86c8708345303ecba7d7852aaf725)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
Anthony Lavado 2020-04-12 16:49:43 -04:00 committed by Joshua M. Boniface
parent dd13f8d16a
commit 48ba5a9a30
2 changed files with 2 additions and 1 deletions

View File

@ -127,6 +127,7 @@
- [xosdy](https://github.com/xosdy)
- [XVicarious](https://github.com/XVicarious)
- [YouKnowBlom](https://github.com/YouKnowBlom)
- [KristupasSavickas](https://github.com/KristupasSavickas)
# Emby Contributors

View File

@ -70,4 +70,4 @@ VOLUME /cache /config /media
ENTRYPOINT ["./jellyfin/jellyfin", \
"--datadir", "/config", \
"--cachedir", "/cache", \
"--ffmpeg", "/usr/lib/jellyfin-ffmpeg"]
"--ffmpeg", "/usr/lib/jellyfin-ffmpeg/ffmpeg"]