🐛(minio) fix user permission error with Minio and Windows

With Minio Docker and Windows, the user ID needs
 to be set to `0:0` to avoid permission issues.
 This change ensures that the Minio container
 runs with root privileges on Windows, which
 is necessary for proper file access and management.
This commit is contained in:
Anthony LC
2025-08-07 12:37:00 +02:00
parent 7be761ce84
commit 0cf8b9da1a
4 changed files with 13 additions and 55 deletions

View File

@@ -21,6 +21,7 @@ and this project adheres to
### Fixed
- 🐛(makefile) Windows compatibility fix for Docker volume mounting #1264
- 🐛(minio) fix user permission error with Minio and Windows #1264
## [3.5.0] - 2025-07-31
@@ -41,9 +42,7 @@ and this project adheres to
- 🔧(project) change env.d system by using local files #1200
- ⚡️(frontend) improve tree stability #1207
- ⚡️(frontend) improve accessibility #1232
- 🛂(frontend) block drag n drop when not desktop
#1239
- 🛂(frontend) block drag n drop when not desktop #1239
### Fixed