2025-01-05, 10:09 PM
Yes, I have it set like:
And now, I switched to:
And the issue still the same.
Code:
volumes:
- /local_vol/docker/jellyfin/config:/config:rw
- /local_vol/docker/jellyfin/cache:/cache:rw
- /local_vol/video:/media:rw
- /local_vol/music:/music:rwAnd now, I switched to:
Code:
volumes:
- type: bind
source: /volume1/docker/jellyfin/config
target: /config
read_only: false
- type: bind
source: /volume1/docker/jellyfin/cache
target: /cache
read_only: false
- type: bind
source: /volume1/video
target: /media
read_only: false
- type: bind
source: /volume1/music
target: /music
read_only: false
- type: volume
source: exclude
target: /media/#recycle
read_only: true
- type: volume
source: exclude
target: /media/#snapshot
read_only: true
- type: volume
source: exclude
target: /music/#recycle
read_only: true
- type: volume
source: exclude
target: /music/#snapshot
read_only: trueAnd the issue still the same.




![[Image: 34EDvOb.png]](https://i.imgur.com/34EDvOb.png)
![[Image: h3EIkWF.png]](https://i.imgur.com/h3EIkWF.png)
![[Image: JeWLnGM.png]](https://i.imgur.com/JeWLnGM.png)
![[Image: K26HjDA.png]](https://i.imgur.com/K26HjDA.png)