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
I generally like running my docker containers as non-root by providing by using the user attribute in my compose files:
user
user: ${PUID}:${PGID}
Even though I've create the necessary folders for myspeed, it still crashes with the error that it can't create the already existing data folder.
data
Would be cool if it could run as non-root
The text was updated successfully, but these errors were encountered:
No branches or pull requests
General
Your Idea
I generally like running my docker containers as non-root by providing by using the
user
attribute in my compose files:Even though I've create the necessary folders for myspeed, it still crashes with the error that it can't create the already existing
data
folder.Would be cool if it could run as non-root
The text was updated successfully, but these errors were encountered: