2024-11-01, 07:54 PM
(This post was last modified: 2024-11-01, 08:12 PM by Liquoriced. Edited 1 time in total.)
(2024-11-01, 07:36 PM)TheDreadPirate Wrote: The only thing that makes sense is some sort of permissions issue. Or the path changed, IDK.
Try changing it from a bind mount to a simple volume, like you have for /config and /cache?
Thank you for the suggestion (the path didn't change - I merely updated the docker image with the latest).
I changed the volumes pointing as follows to fix it, and it now it works:
volumes:
- ./config:/config
- ./cache:/cache
- /volume1/Video:/media