docker: remove symlink add alias for uploads folder

This commit is contained in:
Ryan
2025-04-22 22:28:06 -04:00
committed by GitHub
parent 2792c05c1c
commit 13b8871200
2 changed files with 7 additions and 3 deletions

View File

@@ -30,6 +30,7 @@
- Creates and secures `metadata/log` for Apache logs
- Dynamically creates and sets permissions on `uploads`, `users`, and `metadata` directories at startup
- Apache VirtualHost updated to redirect `ErrorLog` and `CustomLog` into `/var/www/metadata/log`
- docker: remove symlink add alias for uploads folder
---