gluetun-wiki icon indicating copy to clipboard operation
gluetun-wiki copied to clipboard

PUID & PGID defaults incorrect

Open TheRealNoob opened this issue 1 year ago • 2 comments

URL to the Wiki page

https://github.com/qdm12/gluetun-wiki/blob/main/setup/options/others.md

What's incorrect?

env vars PUID & PGID are documented as defaulting to 1000 however the Dockerfile has them blank by default. I thought perhaps this is inherited from the dockerfile USER instructions, but I don't see it defined, and I can confirm that by instantiating the image, so out of the box the image (and PUID/PGID) run as root.

Which one is the intended default, 0:0 or 1000:1000?

Also big thanks for doing this project :) it's hugely helpful and greatly appreciated! 🎉 🥳 🥇

TheRealNoob avatar Aug 18 '24 05:08 TheRealNoob

:warning: This is the Gluetun WIKI and any issue unrelated to the issue will be instantly closed as not planned without any explanation.

qdm12 is more or less the only maintainer so please:

  • do not ask for updates, be patient
  • :+1: the issue to show your support instead of commenting

qdm12 usually checks Wiki issues at least once per month and tries to resolve them all before a new Gluetun release.

github-actions[bot] avatar Aug 18 '24 05:08 github-actions[bot]

You're right. If the PUID and PGID are not specified it will default to root (0) for both.

ashleyconnor avatar Feb 02 '25 00:02 ashleyconnor