Add Emby service for unRaid
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
services:
|
||||
emby:
|
||||
image: emby/embyserver:4.9.5.0
|
||||
container_name: emby
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
UID: "99"
|
||||
GID: "100"
|
||||
GIDLIST: "100"
|
||||
TZ: Asia/Shanghai
|
||||
ports:
|
||||
- "8097:8096/tcp"
|
||||
volumes:
|
||||
- /mnt/user/appdata/EmbyServer/config:/config
|
||||
- /mnt/user/appdata/EmbyServer/transcode:/transcode
|
||||
- /mnt/user/movies:/mnt/unraid/movies:ro
|
||||
- /mnt/user/movie4k:/mnt/unraid/movie4k:ro
|
||||
- /mnt/user/tv-shows:/mnt/unraid/tv-shows:ro
|
||||
- /mnt/user/tv4k:/mnt/unraid/tv4k:ro
|
||||
- /mnt/remotes/TRUENAS_multimedia:/mnt/truenas/multimedia:ro
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: 10m
|
||||
max-file: "3"
|
||||
|
||||
Reference in New Issue
Block a user