mirror of
https://github.com/tubearchivist/jellyfin.git
synced 2024-11-16 17:00:14 +00:00
7 lines
170 B
YAML
7 lines
170 B
YAML
|
services:
|
||
|
ta-jf:
|
||
|
build: ./
|
||
|
volumes:
|
||
|
- ./config.json:/jellyfin/config.json:ro
|
||
|
- /tubearchivist/media:/tubearchivist/media
|
||
|
command: python main.py
|