2024-11-22, 02:19 PM
(This post was last modified: 2024-11-22, 02:21 PM by Akeldema. Edited 1 time in total.)
This is my compose file, unless I made some great mistake its from https://jellyfin.org/docs/general/instal...container/
Code:
services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
user: 1026:100
network_mode: 'host'
volumes:
- /volume1/docker/jellyfin:/config
- /volume1/docker/jellyfin:/cache
- type: bind
source: /volume1/Anime/data/media/tv
target: /media/tv
read_only: true
restart: 'unless-stopped'