You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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! 🎉 🥳 🥇
The text was updated successfully, but these errors were encountered:
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 to1000
however the Dockerfile has them blank by default. I thought perhaps this is inherited from the dockerfileUSER
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
or1000:1000
?Also big thanks for doing this project :) it's hugely helpful and greatly appreciated! 🎉 🥳 🥇
The text was updated successfully, but these errors were encountered: