mirror of
https://github.com/linuxserver/docker-jellyfin.git
synced 2026-01-23 10:16:22 +00:00
set web directory path
This commit is contained in:
parent
0bad092ef9
commit
082a175a1d
3 changed files with 4 additions and 1 deletions
|
|
@ -3,7 +3,8 @@
|
|||
export JELLYFIN_DATA_DIR="/config/data" \
|
||||
JELLYFIN_CONFIG_DIR="/config" \
|
||||
JELLYFIN_LOG_DIR="/config/log" \
|
||||
JELLYFIN_CACHE_DIR="/config/cache"
|
||||
JELLYFIN_CACHE_DIR="/config/cache" \
|
||||
JELLYFIN_WEB_DIR="/usr/share/jellyfin/web"
|
||||
|
||||
# set umask
|
||||
UMASK_SET=${UMASK_SET:-022}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue