Updates for various parts
This commit is contained in:
@@ -135,6 +135,10 @@ services:
|
||||
- PUID=0
|
||||
- PGID=0
|
||||
- TZ=${TZ}
|
||||
- JELLYFIN_DATA_DIR=/config/data
|
||||
- JELLYFIN_CONFIG_DIR=/config
|
||||
- JELLYFIN_LOG_DIR=/config/log
|
||||
- JELLYFIN_CACHE_DIR=/config/cache
|
||||
# - NVIDIA_VISIBLE_DEVICES=all
|
||||
ports:
|
||||
# - 8096:8096
|
||||
@@ -146,7 +150,9 @@ services:
|
||||
volumes:
|
||||
- /data/library:/data/library:ro
|
||||
- /data/jellyfin:/data/jellyfin
|
||||
- /data/jellyfin/configs/jellyfin:/config
|
||||
- /backup:/data/jellyfin/backups
|
||||
# - /data/jellyfin/configs/jellyfin:/config
|
||||
- /srv/jellyfin:/config
|
||||
- /data/jellyfin/jellyfin/cache:/cache
|
||||
- /data/jellyfin/sonarr/tv:/data/tvshows
|
||||
- /data/jellyfin/radarr/movies:/data/movies
|
||||
|
||||
Reference in New Issue
Block a user