BUG: Lack of GUID/PUID/UMASK in env variables for Docker support (SOLUTION PROVIDED)
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
### Description
Many users run containers on Unraid systems, including myself. File permissions are pretty specific when volumes are mapped to the host. Every container running on an Unraid system must have PUIG/PGID and UMASK field support in the entrypoint script so that the correct file permissions can be set upon creation.
Unraid requires PUID/PGID to be set to 99:100 and a UMASK of 000 for containers to create files and access them after creation.
### Version
2.4.2
### Steps to Reproduce
Running current image does not have env vars to support these values. All files are created as 'root' user with limited permissions.
### List Links
_No response_
### Screenshots
_No response_
### Logs
```shell
```
### Additional Context
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.