Upload emby

This commit is contained in:
Gbanyan 2023-02-05 22:44:18 +08:00
parent 1cd2d5784c
commit a7e1a565f1
2 changed files with 23 additions and 0 deletions

16
emby/docker-compose.yml Normal file
View File

@ -0,0 +1,16 @@
version: "2.3"
services:
emby:
image: emby/embyserver
container_name: embyserver
network_mode: host # Enable DLNA and Wake-on-Lan
environment:
- UID=0 # The UID to run emby
- GID=0 # The GID to run emby
- GIDLIST=0 # A comma-separated list of additional GIDs to run emby as (default: 2)
volumes:
- ./config:/config # Configuration directory
- /mnt/xxx:/mnt/share1 # Media directory
devices:
- /dev/dri/renderD128:/dev/dri/renderD128 # VAAPI/NVDEC/NVENC render nodes
restart: unless-stopped

7
emby/readme.md Normal file
View File

@ -0,0 +1,7 @@
# Emby Media Center
Sincerely, the stability is better than Jellyfin, but it cost
Build to test the J4125 iGPU, but current no need
The key point it to mount the graphic device into container.