fix cache and etc for jellyfin

seems that keeping rclone as a main data directory is pretty ill advised
hehe
This commit is contained in:
quinm0
2026-03-07 19:27:55 -05:00
parent 7dd0e38c62
commit d390db442a
+2 -2
View File
@@ -9,8 +9,8 @@ services:
environment: environment:
- TZ=America/New_York - TZ=America/New_York
volumes: volumes:
- /mnt/mega/jellyfin-etc:/config - /etc/jellyfin:/config
- /mnt/mega/jellyfinMedia/cache:/cache - /var/jellyfin-cache:/cache
- type: bind - type: bind
source: /mnt/mega/jellyfinMedia source: /mnt/mega/jellyfinMedia
target: /media target: /media