mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 10:56:23 +00:00
9 lines
163 B
Bash
9 lines
163 B
Bash
# Compose
|
|
VOL_PATH=/data
|
|
JELLYFIN_IMAGE=jellyfin/jellyfin:latest
|
|
JELLYFIN_RESTART=unless-stopped
|
|
JELLYFIN_PORT=8096
|
|
|
|
# Jellyfin
|
|
JELLYFIN_URL=http://localhost:8096
|