Skip to content

v2.5.7

Choose a tag to compare

@github-actions github-actions released this 03 May 16:11
· 150 commits to main since this release

Docker Entrypoint Custom Data/Uploads Directory Fix

🐛 Bug Fixes

  • docker: Fixed EACCES: permission denied on startup when DATA_DIR or UPLOADS_DIR are set to a custom path - the entrypoint previously hardcoded /data and /uploads for mkdir and chown, so custom paths were never created or made writable. The entrypoint now uses the actual DATA_DIR and UPLOADS_DIR environment variables.

🐳 Docker

  • Image: skyfay/skysend:v2.5.7
  • Also tagged as: latest, v2
  • Platforms: linux/amd64, linux/arm64