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
Hello,
I've noticed an apparent change in the container's internal user permissions for Docker image versions newer than netbootxyz/netbootxyz:0.7.5-nbxyz9.
Specifically, after updating to a newer version, the container fails to start or run correctly if I continue to use the PUID and PGID environment variables in my Docker CLI command or Docker Compose configuration to specify the user and group. The container only runs as expected after I remove the PUID and PGID settings from my configuration.
I have reviewed the project's README and release notes, but I could not find any explicit documentation regarding this permission change. This might cause confusion for users who are upgrading from an older version.
Could you please clarify if this is an intentional change? If so, would it be possible to add a note about this in the documentation? If this is an unintentional bug, I hope the development team can look into it.
Thank you