compose/jellyfin/compose.yaml

11 lines
286 B
YAML
Raw Normal View History

2023-03-09 22:10:22 +01:00
services:
jellyfin:
image: jellyfin/jellyfin:10.8.5
container_name: jellyfin
restart: unless-stopped
volumes:
- /data/local_share/public/Videos:/media
- /var/docker/jellyfin/cache:/cache
- /var/docker/jellyfin/config:/config
network_mode: "host"