mirror of
https://github.com/arthur-pbty/homelab.git
synced 2026-08-01 20:29:15 +02:00
10 lines
199 B
YAML
10 lines
199 B
YAML
services:
|
|
jellyfin:
|
|
image: jellyfin/jellyfin
|
|
container_name: jellyfin
|
|
ports:
|
|
- "8096:8096"
|
|
volumes:
|
|
- ./config:/config
|
|
- ./media:/media
|
|
restart: unless-stopped |