mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-03 14:13:26 +00:00
Trouble uploading file on self-hosted #286
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @andrew867 on GitHub.
Error (0) during upload of file 000069683835.mp4Using Debian 9 and Docker version 18.09.0. The /home/transfer folder is on a separate partition from the main OS. Seems to work fine when basedir is set to /tmp/
@andrew867 commented on GitHub:
I'm a noob to docker, it's now working by using the -v command line option:
docker run --restart always --publish 8080:8080 -v "/home/transfer:/transfer" dutchcoders/transfer.sh:latest --provider local --basedir=/transfer