chore(deps): update emby/embyserver_arm64v8 docker tag to v4.10.0.2 (#3787)
This commit is contained in:
28
apps/emby/4.10.0.2-arm64v8/docker-compose.yml
Normal file
28
apps/emby/4.10.0.2-arm64v8/docker-compose.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
services:
|
||||
emby:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:8096"
|
||||
- "${PANEL_APP_PORT_HTTPS}:8920"
|
||||
volumes:
|
||||
- "${DATA_PATH}:/config"
|
||||
- "${MOUNT_PATH}:/mnt/share1"
|
||||
- "${MOUNT_PATH2}:/mnt/share2"
|
||||
environment:
|
||||
- UID=1000
|
||||
- GID=100
|
||||
- GIDLIST=100
|
||||
#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_arm64v8:4.10.0.2
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user