mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-03 06:03:25 +00:00
Question: Local driver files stored location #158
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 @rajeshisnepali on GitHub.
Where are files stored if I run
docker run --publish 8080:8080 dutchcoders/transfer.sh:latest --provider local --basedir /tmp/command? There are no files in/tmpdirectory or is it uploaded totransfer.shservers.@stefanbenten commented on GitHub:
You need to mount the /tmp directory into the container. You just told the image to storage all of the data inside of the container in /tmp.