Implemented #217

This commit is contained in:
Xoconoch
2025-08-09 11:54:44 -06:00
parent 92656cc50e
commit 984cf6803e
3 changed files with 39 additions and 36 deletions

View File

@@ -28,6 +28,8 @@ PGID=1000
# Optional: Sets the default file permissions for newly created files within the container.
UMASK=0022
# Whether to setup file permissions on startup. May improve performance on remote/slow filesystems
SKIP_SET_PERMISSIONS=false
###
### Multi-user settings, disabled by default.