Skip to content

Commit

Permalink
emby server
Browse files Browse the repository at this point in the history
  • Loading branch information
tvrcgo committed Nov 6, 2023
1 parent 287b99a commit a473a3c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions emby/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: '3'

services:

emby-server:
image: lovechen/embyserver
container_name: emby_server
environment:
- TZ=Asia/Shanghai
- UID=0
- GID=0
- GIDLIST=0
devices:
- /dev/dri:/dev/dri
volumes:
- /share/Container/emby/config:/config
- /share/Container/emby/data:/data
- /share/TV:/shares/tv:ro
- /share/Movie:/shares/movie:ro
- /share/Music:/shares/music:ro
- /share/User/CloudDrive:/shares/clouddrive:ro
ports:
- 8097:8096
- 8921:8920
- 7360:7359/udp

0 comments on commit a473a3c

Please sign in to comment.