Docker Compose Storage Question #87
Replies: 2 comments 1 reply
-
After you mount your manga path like |
Beta Was this translation helpful? Give feedback.
-
Could you possibly help me figure out what I am doing wrong because I have even made the user owner of the mounting point /Media as a test and I am feeling like a bit of an idiot at the moment. `version: '3' volumes: services: [+] Running 6/5 |
Beta Was this translation helpful? Give feedback.
-
I have tried using the docker config and used bind mounts for the config/library/etc.
But the library doesn't appear to work properly. In every instance where it's downloading the cbz files it's storing them in an Overlay2.
I'm still relatively new to docker so I may be misunderstanding something but I thought the library volume is supposed to be where it stores the downloaded files?
Beta Was this translation helpful? Give feedback.
All reactions