Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 544 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 544 Bytes

Ruby tus.io server in Docker container

How to use

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 image

Docker hub url: https://hub.docker.com/r/vasin/tus/