add config for jellyfin

This commit is contained in:
Andreas Zweili 2020-12-23 20:02:18 +01:00
parent 9e195d3232
commit 867d6881e6
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
version: "3.5"
services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
user: 1000:1000
volumes:
- ./config:/config
- ./cache:/cache
- /mnt/media:/media
restart: "unless-stopped"
ports:
- 8096:8096
- 8920:8920
environment:
- JELLYFIN_PublishedServerUrl=https://jellyfin.zweili.org