mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-05-12 11:02:06 -04:00
FEATURE REQUEST: allowing setting PUID/GUID #31
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bcurran3 on GitHub (May 21, 2020).
Of course I did NOT follow the instructions for setting up the config.json...
After initial install and run I instantly received:

If we could set PUID/GUID in the environment variables, setup would be simpler. (HINT: Look at all the linuxserver containers.)
Not sure of the setup, but running as root would also solve the problem!
@qdm12 commented on GitHub (May 21, 2020):
Linuxserver containers do run as root and then drop it, which is less secured (although better than just root). What you can do however is run the container with a certain user id and group id which achieves the same thing but runs entirely with that user+group, I have a note in the readme for that 😉
On docker-compose, see this
@bcurran3 commented on GitHub (May 21, 2020):
I miscommunicated.
Honestly I don't care if the program runs as DonaldJTrump in the children group. This is really a continuation of a theme... to get rid of:
I'm hoping #61 and/or #62 will accomplish the same goal.