mirror of
https://github.com/michivonah/docker.git
synced 2025-12-22 20:36:27 +01:00
14 lines
280 B
YAML
14 lines
280 B
YAML
version: '3.5'
|
|
services:
|
|
jellyfin:
|
|
image: jellyfin/jellyfin
|
|
container_name: jellyfin
|
|
ports:
|
|
- 8096:8096
|
|
volumes:
|
|
- ./config:/config
|
|
- ./cache:/cache
|
|
- ./media:/media
|
|
restart: 'unless-stopped'
|
|
environment:
|
|
- TZ=Europe/Zurich
|