Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PUID and GUID variables to Docker container #127

Closed
yacob841 opened this issue Feb 14, 2024 · 1 comment
Closed

Add PUID and GUID variables to Docker container #127

yacob841 opened this issue Feb 14, 2024 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@yacob841
Copy link

yacob841 commented Feb 14, 2024

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
Copy link
Owner

C9Glax commented Feb 14, 2024

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 .

@C9Glax C9Glax closed this as completed Feb 14, 2024
@C9Glax C9Glax added the duplicate This issue or pull request already exists label Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants