Update Emby Server to v4.9.1.21 (#1361)
This commit is contained in:
parent
3bf3c4d63d
commit
a1b7d56925
|
|
@ -19,7 +19,7 @@ services:
|
|||
devices:
|
||||
- /dev/dri:/dev/dri # VAAPI/NVDEC/NVENC render nodes
|
||||
#- /dev/vchiq:/dev/vchiq # MMAL/OMX on Raspberry Pi
|
||||
image: emby/embyserver:4.9.1.20
|
||||
image: emby/embyserver:4.9.1.21
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
|
|
@ -19,7 +19,7 @@ services:
|
|||
devices:
|
||||
- /dev/dri:/dev/dri # VAAPI/NVDEC/NVENC render nodes
|
||||
#- /dev/vchiq:/dev/vchiq # MMAL/OMX on Raspberry Pi
|
||||
image: emby/embyserver_arm64v8:4.9.1.20
|
||||
image: emby/embyserver_arm64v8:4.9.1.21
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
|
|
@ -16,11 +16,10 @@ services:
|
|||
- GID=100
|
||||
- GIDLIST=100
|
||||
#runtime: nvidia # Expose NVIDIA GPUs
|
||||
#runtime: nvidia # Expose NVIDIA GPUs
|
||||
devices:
|
||||
- /dev/dri:/dev/dri # VAAPI/NVDEC/NVENC render nodes
|
||||
#- /dev/vchiq:/dev/vchiq # MMAL/OMX on Raspberry Pi
|
||||
image: emby/embyserver_arm32v7:4.9.1.20
|
||||
image: emby/embyserver_arm32v7:4.9.1.21
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
Loading…
Reference in New Issue