- Added a comment for the UMASK environment variable in docker-compose.yml
- Clarified the purpose of UMASK: to set default file permissions for newly created files in the container
- Explained the format and behavior of UMASK (e.g., 0022 for user read/write, others read-only)