-
Notifications
You must be signed in to change notification settings - Fork 6
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
Youtube-dl crashes with custom GID and UID #3
Comments
What's the GID 100 on your system? |
A user account with in the users group. I'm using the same account in other containers without any issues (linuxserver/syncthing for example)
|
I'll try to work on your case asap :) |
Cool thanks. Take your time |
Repository owner
deleted a comment from
Soumya6Tiwari
Feb 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to start your YT-DL container with
GID=100
andUID=1000
and it just crashed before even starting. I'm guessing it tries tochown
with a user that doesn't exist.dockerfiles/youtubedl-webui/startup
Line 7 in c8fb75d
The text was updated successfully, but these errors were encountered: