user: "8681:8681" <- Can change this to "user: "${PUID}:${PGID}"" #240
Answered
by
notquitenothing
sheikhfarhan
asked this question in
Q&A
-
|
From the quick start doc, in the compose file, the "user" are defined as per title. Should be safe to change to my own right? |
Beta Was this translation helpful? Give feedback.
Answered by
notquitenothing
Jan 3, 2026
Replies: 1 comment 2 replies
-
|
Ya that should be fine, I am going to remove the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
sheikhfarhan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ya that should be fine, I am going to remove the
user: …from the example compose files. VoidAuth supports running as a non-root container but there are permissions pitfalls that would probably be better handled in an advanced guide somewhere.