QuickDrop is a file sharing application.
100K+
QuickDrop is an easy-to-use file sharing application that allows users to upload files without an account, generate download links, and manage file availability, file encryption and optional password protection.
docker pull roastslav/quickdrop:latest
docker run -d -p 8080:8080 roastslav/quickdrop:latest
Optional: Use a volume to persist the uploaded files when upgrading the container or change the default configuration:
docker run -d -p 8080:8080 \
-v /path/to/db:/app/db \
-v /path/to/log:/app/log \
-v /path/to/files:/files \
quickdrop
Content type
Image
Digest
sha256:89e6f5d84…
Size
144.7 MB
Last updated
about 17 hours ago
docker pull roastslav/quickdrop