nas_docker_compose/jellyfin/docker-compose.yaml
2024-08-26 07:13:14 -04:00

15 lines
237 B
YAML
Executable File

---
services:
jellyfin:
image: ghcr.io/jellyfin/jellyfin
container_name: jellyfin
ports:
- 4003:8096
volumes:
- ./config:/config
- ./cache:/cache
- /mnt/disk1/videos:/media
restart: always