16 lines
No EOL
444 B
YAML
16 lines
No EOL
444 B
YAML
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' |