mirror of
https://github.com/linuxserver/docker-jellyfin.git
synced 2026-01-23 02:14:30 +00:00
fix fontconfig cache path
This commit is contained in:
parent
0e99c5f7aa
commit
7e2706a035
3 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ if [[ -z "${FFMPEG_PATH}" ]] || [[ ! -f "${FFMPEG_PATH}" ]]; then
|
|||
fi
|
||||
|
||||
export \
|
||||
HOME="/config" \
|
||||
JELLYFIN_DATA_DIR="/config/data" \
|
||||
JELLYFIN_CONFIG_DIR="/config" \
|
||||
JELLYFIN_LOG_DIR="/config/log" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue