Fix ffmpeg path on ARM docker image

pull/2779/head
Kristupas Savickas 4 years ago
parent 0cd7cd611e
commit 9dda2ffc91
No known key found for this signature in database
GPG Key ID: 7B40A89F987DF452

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

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

Loading…
Cancel
Save