Run manually: docker run -p <put-your-port-here>:9292 vasin/tus
Or run from docker-compose.yml
:
version: '3'
services:
tus:
image: vasin/tus
ports:
- "<put-your-port-here>:9292"
Now you can direct your tus-js-client to your host machine on /tus:<put-your-port-here>
.
Docker hub url: https://hub.docker.com/r/vasin/tus/