Sebastián Colandrea

Results 2 comments of Sebastián Colandrea

I fixed the issues by mapping the volume from host to container. Example: `docker run --publish 8080:8080 --volume "./tmp:/data" dutchcoders/transfer.sh:latest-noroot --provider local --basedir "/data"`

> I've tried adding `/tmp` as volume, and now I get this error: > > ```httpspec > HTTP/2 400 > content-type: text/plain; charset=utf-8 > server: Transfer.sh HTTP Server > x-content-type-options:...