Upload emby
This commit is contained in:
parent
1cd2d5784c
commit
a7e1a565f1
16
emby/docker-compose.yml
Normal file
16
emby/docker-compose.yml
Normal 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
7
emby/readme.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user