This repository has been archived on 2022-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
docker_systems/archive/jellyfin/docker-compose.yml

17 lines
360 B
YAML

version: "3.5"
services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
user: 1000:1000
volumes:
- ./config:/config
- ./cache:/cache
- /mnt/media:/media
restart: "unless-stopped"
ports:
- 8096:8096
- 8920:8920
environment:
- JELLYFIN_PublishedServerUrl=https://jellyfin.zweili.org