-
Notifications
You must be signed in to change notification settings - Fork 17
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 custom UID/GID to the Dockerfile #100
Comments
This has been happening a few times. |
I didn't appreciate how hard this actually is until I looked at the linuxserver.io docker files. After a while I called it quits and just built my own image using your current one as a starting point and replacing the UID and GID with my own. |
I would also love this feature, any new series that I add has root:root and I need to chown them for other apps to be able to read the directory |
Can't wait for this to be implemented! |
+1 |
Please allow for setting the UID and GID (and umask, ideally) for the docker container via environment variables.
On my linux server as I cannot overwrite the UID/GID (by setting "user: MyUID:MyGID" in the Docker Compose) without the /publish folder breaking all media is stored as root:root.
The text was updated successfully, but these errors were encountered: