mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-06 07:22:17 +00:00
Running in Docker daemon mode #359
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 @wicadmin on GitHub.
Most likely I'm misunderstanding something but how do I get this running in daemon mode in Docker? I tried the following but I could not curl a file to port 8085.
docker run -d -p 8085:8080 --name transfersh transfershGave this error:
OK: was passing the Go params in the wrong place. This works without giving the connection refuse error but the files are not uploaded. i.e.: /tmp/ is empty after the curl command.
docker run -d -p 8085:8080 --name transfersh transfersh --basedir /tmp/ --provider localLogs show this only. Is there a way to up the level to debug?:
@wicadmin commented on GitHub:
I'm going to close for now.
@paolafrancesca commented on GitHub:
@wicadmin still relevant?
@nl5887 commented on GitHub:
This looks like everything works fine. The connection refused indicates that curl cannot connect to the web server itself. Does this work without starting it in daemon mode?