C9Glax / tranga

Docker-Container to monitor (Manga) Scanlation-Sites for download new chapters.
GNU General Public License v3.0
157 stars 15 forks source link

Add PUID and GUID variables to Docker container #127

Closed yacob841 closed 9 months ago

yacob841 commented 9 months ago

I currently have been using let’s say 104:105 as my PUID and GUID for Kaizoku and Komga. Tranga 90% of the time is using root:root, not sure why/how but there has been 2 times where it’s set it to 104:105. (This has been causing my Komga to not be able to view any books downloaded by Tranga) I've tried using the "user" field in docker-compose but that causes issues with internal permission denied errors

C9Glax commented 9 months ago

Duplicate of #100 You are creating the container as root which is why all files are created with that user. The current workaround is to create the container as 104:105 .