fix fontconfig cache path

This commit is contained in:
aptalca
2024-10-06 16:21:06 -04:00
parent 7c27e89967
commit 2c1bdef46f
3 changed files with 3 additions and 0 deletions

View File

@@ -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" \