We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I run YDL on my unraid server. When specifying a gid/uid as environment variable the container won't start.
To Reproduce Steps to reproduce the behavior:
PM2 error: Trace: TypeError [ERR_INVALID_ARG_TYPE]: The "options.gid" property must be int32. Received type string ('100')
Expected behavior container runs and parses the string as integer
Screenshots If applicable, add screenshots to help explain your problem.
Environment
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I run YDL on my unraid server.
When specifying a gid/uid as environment variable the container won't start.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
container runs and parses the string as integer
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
The text was updated successfully, but these errors were encountered: