mirror of
https://github.com/linuxserver/docker-jellyfin.git
synced 2026-01-23 02:14:30 +00:00
10 lines
261 B
Text
10 lines
261 B
Text
#!/usr/bin/with-contenv bash
|
|
|
|
export JELLYFIN_DATA_DIR="/config/data" \
|
|
JELLYFIN_CONFIG_DIR="/config" \
|
|
JELLYFIN_LOG_DIR="/config/log" \
|
|
JELLYFIN_CACHE_DIR="/config/cache"
|
|
|
|
exec \
|
|
s6-setuidgid abc /usr/bin/jellyfin \
|
|
--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg
|