Add jellyfin.docker-compose.yml
Signed-off-by: karmacoma <karmacoma@karmacoma.dev>
This commit is contained in:
parent
0d653b7270
commit
bdd1d52118
1 changed files with 16 additions and 0 deletions
16
jellyfin.docker-compose.yml
Normal file
16
jellyfin.docker-compose.yml
Normal file
|
|
@ -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'
|
||||
Loading…
Reference in a new issue