Open ARD92 opened 4 months ago
Did you change the library path when creating the library? Leave the default value to store your files in "/data". If you set a new path starting with "/", it will map to another folder starting at the root.
You can execute commands inside the container and maybe find your files by running docker exec -it kaizoku sh
, then cd /
.
Describe the bug
This is not necessarily a bug. I couldn't flag as "question" when opening this issue
I installed this and works (with few quirks where postgres doesnt connect) However, i am unable to find the files that were downloaded. Any pointers where to look at. ? I thought i originally saw it under "/app" but the volume mount doesnt seem to work either.
currently followed , however i do not see the files under
./kaizoku/data
i tried adding another mount point for
/app
but it fails to start the container with few errorsThanks!
Reproduction steps
Expected behavior
would expect to see the downloaded mangas (.cbz) files under the mount point defined
Additional context
No response