Docker/Jellyfin/stack.env

11 lines
213 B
Bash

JELLYFIN_PORT_HTTP=8096
JELLYFIN_PORT_HTTPS=8920
JELLYFIN_URL=jellyfin.example.com
JELLYFIN_API_KEY=YourApiKey
JELLYFIN_DIR=/path/to/jelly
JELLYFIN_MEDIA_DIR=/path/to/media
TZ=America/Toronto
PUID=1000
PGID=1000