diff --git a/images/docker-emby/index.html b/images/docker-emby/index.html
index 3a3c8725bd..35fdf5096e 100644
--- a/images/docker-emby/index.html
+++ b/images/docker-emby/index.html
@@ -15,7 +15,7 @@
- PGID=1000
- TZ=Etc/UTC
volumes:
- - /path/to/library:/config
+ - /path/to/emby/library:/config
- /path/to/tvshows:/data/tvshows
- /path/to/movies:/data/movies
- /opt/vc/lib:/opt/vc/lib #optional
@@ -36,7 +36,7 @@
-e TZ=Etc/UTC \
-p 8096:8096 \
-p 8920:8920 `#optional` \
- -v /path/to/library:/config \
+ -v /path/to/emby/library:/config \
-v /path/to/tvshows:/data/tvshows \
-v /path/to/movies:/data/movies \
-v /opt/vc/lib:/opt/vc/lib `#optional` \
@@ -70,4 +70,4 @@
--pull \
-t lscr.io/linuxserver/emby:latest .
The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static:register --reset
-
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions
- 12.02.24: - Use universal hardware acceleration blurb
- 19.01.24: - Fix tonemapping so it's done with hw acceleration.
- 06.07.23: - Deprecate armhf. As announced here
- 08.06.23: - Fix package extraction so it doesn't change /tmp perms.
- 31.05.23: - Use upstream deb packages instead of rpm.
- 26.09.22: - Update chown behavior.
- 18.09.22: - Migrate to s6v3, rebase to Ubuntu Jammy.
- 19.05.21: - Structural changes upstream.
- 17.01.21: - Deprecate
UMASK_SET
in favor of UMASK in baseimage, see above for more information. Remove no longer used mapping for /transcode. - 21.12.20: - Rebase to Focal, see here for troubleshooting armhf.
- 03.11.20: - Fix issue with missing samba folder.
- 13.11.20: - Fix issue with samba and ffmpeg.
- 03.07.20: - Add support for amd vaapi hw transcode.
- 29.02.20: - Add v4l2 support on Raspberry Pi.
- 26.02.20: - Add openmax support on Raspberry Pi.
- 15.02.20: - Allow restarting emby from the gui (also allows for auto restarts after addon updates).
- 02.10.19: - Improve permission fixing for render and dvb devices.
- 13.08.19: - Add umask environment variable.
- 24.06.19: - Fix typos in readme.
- 30.05.19: - Initial release.