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

how mount host dir regarding not matching uid's problems? #1

Closed
shuron opened this issue Dec 25, 2014 · 3 comments
Closed

how mount host dir regarding not matching uid's problems? #1

shuron opened this issue Dec 25, 2014 · 3 comments

Comments

@shuron
Copy link

shuron commented Dec 25, 2014

do you have some best practice for handling failure of host mounts in case of different ui's...
Because container runs root (uid=0) and dlna meadia is often in user space with (uid=1000>)
So it's tricky to use your image out of the box... Any ideas?

@binhex binhex closed this as completed Nov 14, 2016
@aholbreich
Copy link

Commentless closing?
Looks like these two flags are meant to be the solution for the problem i've mentioned:
"-e PUID=0 -e PGID=0 "

@binhex
Copy link
Owner

binhex commented Nov 18, 2016

sorry i wasn't monitoring github for issues and as this issue is VERY old i assumed the person who posted the issue probably either doesn't care about it any more or has seen that ive now included support for user id and group id thus the close :-).

just to confirm, yes your correct, this is now supported via the PUID and PGID env vars, if any issues then please feel free to re-open the issue.

@aholbreich
Copy link

Thank you clarifying this.:) Just realizing that i've not updated my minidlna so long...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants