Skip to content

Add ability to set execution user on Docker Image #248

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

Open
salomj opened this issue Apr 29, 2025 · 0 comments
Open

Add ability to set execution user on Docker Image #248

salomj opened this issue Apr 29, 2025 · 0 comments
Labels
enhancement Request for a feature or improvement

Comments

@salomj
Copy link

salomj commented Apr 29, 2025

Is your feature request related to a problem? Please describe.
Permissions issues when performing actions

Describe the solution you'd like
Ability to set user either using --user $(id -u kapowarr):$(id -g kapowarr) or --env PUID=$(id -u kapowarr) --env PGID=$(id -g kapowarr)

Additional context
Kapowarr crashes when you try to force set the user using --user $(id -u kapowarr):$(id -g kapowarr)

@salomj salomj added the enhancement Request for a feature or improvement label Apr 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Request for a feature or improvement
Projects
None yet
Development

No branches or pull requests

1 participant