Replies: 2 comments 3 replies
-
The rootless container build is using alpine as the base, with "nonroot" as the username. I think those environment variables might work? But honestly I don't have much experience with the docker build side of things for that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
source |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I run Homebox as a specific non-root user rather than either
root
or65532
? I want to run it as my home user1000
. Some containers allow this with the env varsPUID
andPGID
and others use Dockers built inuser: PUID:PGID
. What is the suggested method? Thanks.Beta Was this translation helpful? Give feedback.
All reactions