Docker tusproject/tusd documentation

hello,

I’m trying to use the tusproject/tusd docker image (I think it’s the official one), but can find ways to pass parameter to tus…
Any idea how to do that ?

Thanks,
Denis

Hi Denis,

I think you should be able to just append the parameters to the docker run command:

$ docker run tusproject/tusd --my-tusd-args foo --my-other-arg bar ...

Thanks !
Did not think about it :wink:

Have a great WE :slight_smile:

1 Like