2024-07-23, 07:32 PM
(This post was last modified: 2024-07-23, 07:34 PM by TheDreadPirate. Edited 1 time in total.)
I noticed something. Can you show me your latest docker compose? The the image in your last post has the cache folder next to all the /config data folders. Generally /cache should be given a separate volume on the host. It looks like you mounted /cache in the "library" folder you originally had /config mounted to.
I'm not sure if that is the cause of your problem, but I've seen weird things happen when containers volumes aren't clearly separated on the host.
I'm not sure if that is the cause of your problem, but I've seen weird things happen when containers volumes aren't clearly separated on the host.