jellyfine.docker-compose.yaml hinzugefügt
This commit is contained in:
commit
13cca1e75b
|
|
@ -0,0 +1,16 @@
|
|||
services:
|
||||
jellyfin:
|
||||
image: jellyfin/jellyfin
|
||||
container_name: jellyfin
|
||||
ports:
|
||||
- 8096:8096
|
||||
- 8920:8920
|
||||
- "1900:1900/udp"
|
||||
- "7359:7359/udp"
|
||||
volumes:
|
||||
- /home/user/jellyfin/config:/config
|
||||
- /home/user/jellyfin/cache:/cache
|
||||
- /mnt:/media
|
||||
devices:
|
||||
- "/dev/dri:/dev/dri"
|
||||
restart: 'unless-stopped'
|
||||
Loading…
Reference in New Issue