Docker Entrypoint Custom Data/Uploads Directory Fix
🐛 Bug Fixes
- docker: Fixed
EACCES: permission deniedon startup whenDATA_DIRorUPLOADS_DIRare set to a custom path - the entrypoint previously hardcoded/dataand/uploadsformkdirandchown, so custom paths were never created or made writable. The entrypoint now uses the actualDATA_DIRandUPLOADS_DIRenvironment variables.
🐳 Docker
- Image:
skyfay/skysend:v2.5.7 - Also tagged as:
latest,v2 - Platforms: linux/amd64, linux/arm64