set web directory path

This commit is contained in:
aptalca
2020-05-27 12:47:46 -04:00
parent 0bad092ef9
commit 082a175a1d
3 changed files with 4 additions and 1 deletions

View File

@@ -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}