diff --git a/jellyfin.docker-compose.yml b/jellyfin.docker-compose.yml new file mode 100644 index 0000000..b09c42e --- /dev/null +++ b/jellyfin.docker-compose.yml @@ -0,0 +1,16 @@ +services: + array-jellyfin: + image: jellyfin/jellyfin + container_name: array-jellyfin + # Optional - specify the uid and gid you would like Jellyfin to use instead of root + user: 1000:1000 + # ports: + # - 8096:8096/tcp + volumes: + - jellyfin-config:/config + - jellyfin-cache:/cache + - type: bind + source: /mnt/osirisbox/media/ + target: /media + read_only: true + restart: 'unless-stopped' \ No newline at end of file